Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TSimCallbackObject
Description
Gets the output data produced in order up to and including SimTime. Typical usage is: while(auto Output = PopOutputData_External(ExternalTime)) { //process output }
| Name | PopOutputData_External |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SimCallbackObject.h |
| Include Path | #include "Chaos/SimCallbackObject.h" |
TSimCallbackOutputHandle < TOutputType > PopOutputData_External()