TSimCallbackObject::PopFutureOutputData_External

Pop up to the latest output, even if it is in the future.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/SimCallbackObject.h"

Syntax

TSimCallbackOutputHandle< TOutputType > PopFutureOutputData_External()

Remarks

Pop up to the latest output, even if it is in the future.

It's up to the user to check the internal time of the outputs that this produces. See GetSolver()->GetPhysicsResultsTime_External() for the interpolation time. A typical example is to pop all of these into a queue, and to interpolate them manually.

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