Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TDirtyObjects |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include Path | #include "RewindData.h" |
Syntax
template<typename TVal>
class TDirtyObjects
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TKey | decltype(ConstifyHelper(((TVal *) 0) ->GetObjectPtr())) | RewindData.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DenseVals | TArray< TVal > | RewindData.h | ||
| KeyToIdx | TMap< TKey, int32 > | RewindData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVal & Add
(
const TKey Key, |
RewindData.h | ||
auto begin() |
RewindData.h | ||
auto cbegin() |
RewindData.h | ||
auto cend() |
RewindData.h | ||
auto end() |
RewindData.h | ||
const TVal * Find
(
const TKey Key |
RewindData.h | ||
TVal * Find
(
const TKey Key |
RewindData.h | ||
const TVal & FindChecked
(
const TKey Key |
RewindData.h | ||
TVal & FindChecked
(
const TKey Key |
RewindData.h | ||
const TVal & GetDenseAt
(
const int32 Idx |
RewindData.h | ||
TVal & GetDenseAt
(
const int32 Idx |
RewindData.h | ||
int32 Num() |
RewindData.h | ||
void Remove
(
const TKey Key, |
RewindData.h | ||
void Remove
(
const TKey Key, |
RewindData.h | ||
void Reset() |
RewindData.h | ||
void Shrink() |
RewindData.h |