Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FBaseRewindHistory
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include | #include "RewindData.h" |
virtual bool CopyData
(
Chaos::FBaseRewindHistory & OutHistory,
const uint32 StartFrame,
const uint32 EndFrame,
bool bIncludeUnimportant,
bool bIncludeImportant
)
Remarks
Copy data from local history into
Parameters
| Name | Description |
|---|---|
| OutHistory | |
| StartFrame | = Included |
| EndFrame | = Included |
| bIncludeUnimportant | = If to copy unimportant data entries |
| bIncludeImportant | = If to copy important data entries |