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