IRewindCallback::PreResimStep_Internal

Called before each rewind step.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "RewindData.h"

Syntax

virtual void PreResimStep_Internal
(
    int32 PhysicsStep,
    bool bFirstStep
)

Remarks

Called before each rewind step. This is to give user code the opportunity to trigger other code before each rewind step Usually to simulate external systems that ran in lock step with the physics sim

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