Struct SOnDisplayDataChangedParameter¶
ClassList > SOnDisplayDataChangedParameter
Additional parameter given on display data changed event.
#include <SimulationRuntimeApi.h>
Public Attributes¶
| Type | Name |
|---|---|
| SDisplayData | DisplayData |
| ERuntimeErrorCode | ErrorCode A possible error code. |
| SYSTEMTIME | EventCreateTime The virtual system time of the virtual controller at the time when this event was triggered. |
Public Attributes Documentation¶
variable DisplayData¶
SDisplayData SOnDisplayDataChangedParameter::DisplayData;
Display data.
variable ErrorCode¶
A possible error code.
ERuntimeErrorCode SOnDisplayDataChangedParameter::ErrorCode;
ERuntimeErrorCode::SREC_OK: On success. Otherwise failure.¶
variable EventCreateTime¶
The virtual system time of the virtual controller at the time when this event was triggered.
SYSTEMTIME SOnDisplayDataChangedParameter::EventCreateTime;