Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FRewindData
Description
Advance the frame counter without running desync checks or other per-frame logic. Used during adaptive resim coalescing to skip intermediate frames.
| Name | SkipFrames |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include Path | #include "RewindData.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/RewindData.cpp |
void SkipFrames
(
int32 NumFramesToSkip
)