TSimCallbackObject::PopOutputData_External

Gets the output data produced in order up to and including SimTime.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SimCallbackObject.h

Include

#include "Chaos/SimCallbackObject.h"

Syntax

TSimCallbackOutputHandle< TOutputType > PopOutputData_External()

Remarks

Gets the output data produced in order up to and including SimTime. Typical usage is: while(auto Output = PopOutputData_External(ExternalTime)) { //process output }

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss