Navigation
API > API/Runtime > API/Runtime/Chaos
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include | #include "RewindData.h" |
Syntax
template<typename TVal>
class TDirtyObjects
Functions
| Type | Name | Description | |
|---|---|---|---|
| TVal & | |||
| auto | begin () |
||
| auto | cbegin () |
||
| auto | cend () |
||
| auto | end () |
||
| const TVal * | |||
| TVal * | |||
| const TVal & | FindChecked
(
const TKey Key |
||
| TVal & | FindChecked
(
const TKey Key |
||
| const TVal & | GetDenseAt
(
const int32 Idx |
||
| TVal & | GetDenseAt
(
const int32 Idx |
||
| int32 | Num () |
||
| void | Remove
(
const TKey Key, |
||
| void | |||
| void | Reset () |
||
| void | Shrink () |
Typedefs
| Name | Description |
|---|---|
| TKey |