Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FRewindData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveStateHistory
(
const TSharedPtr< FBaseRewindHistory >& StateHistory |
Remove state history from the rewind data | RewindData.h | |
void RemoveStateHistory
(
const TSharedPtr< FBaseRewindHistory >& StateHistory, |
Remove state history for particle from the rewind data | RewindData.h |
RemoveStateHistory(const TSharedPtr< FBaseRewindHistory > &)
Description
Remove state history from the rewind data
| Name | RemoveStateHistory |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include Path | #include "RewindData.h" |
void RemoveStateHistory
(
const TSharedPtr < FBaseRewindHistory > & StateHistory
)
RemoveStateHistory(const TSharedPtr< FBaseRewindHistory > &, Chaos::FGeometryParticleHandle *)
Description
Remove state history for particle from the rewind data
| Name | RemoveStateHistory |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include Path | #include "RewindData.h" |
void RemoveStateHistory
(
const TSharedPtr < FBaseRewindHistory > & StateHistory,
Chaos::FGeometryParticleHandle * Particle
)