Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FBaseRewindHistory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Print custom string along with values for each entry in history | RewindData.h | ||
virtual void DebugData
(
const Chaos::FBaseRewindHistory& NewData, |
Get arrays of frame values for each entry in the history | RewindData.h |
DebugData(const FString &)
Description
Print custom string along with values for each entry in history
| Name | DebugData |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include Path | #include "RewindData.h" |
virtual void DebugData
(
const FString & DebugText
)
DebugData(const Chaos::FBaseRewindHistory &, TArray< int32 > &, TArray< int32 > &, TArray< int32 > &)
Description
Get arrays of frame values for each entry in the history
| Name | DebugData |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include Path | #include "RewindData.h" |
virtual void DebugData
(
const Chaos::FBaseRewindHistory & NewData,
TArray < int32 > & LocalFrames,
TArray < int32 > & ServerFrames,
TArray < int32 > & InputFrames
)