Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/IRewindCallback
Description
Called after each rewind step. This is to give user code the opportunity to trigger other code after each rewind step Usually to simulate external systems that ran in lock step with the physics sim
| Name | PostResimStep_Internal |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include Path | #include "RewindData.h" |
virtual void PostResimStep_Internal
(
int32 PhysicsStep
)