Main Content

StopSimulation3DMessageReader

Deletes message reader object in the Unreal Editor

Since R2020b

Description

status=StopSimulation3DMessageReader(MessageReader) deletes the Unreal® Editor 3D message reader object.

The C++ syntax is

int StopSimulation3DMessageReader(void * MessageReader);

Input Arguments

collapse all

Pointer to message reader object, ReadSimulation3DMessage.

Data Types: void *

Output Arguments

collapse all

Status, returned as either 0 or a nonzero integer. When the operation is successful, status is 0. Otherwise, status is a nonzero integer.

Version History

Introduced in R2020b