![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RewindData.h>
Public Types | |
| using | TKey = decltype(ConstifyHelper(((TVal *) 0) ->GetObjectPtr())) |
Public Member Functions | |
| TVal & | Add (const TKey Key, TVal &&Val) |
| const TVal & | FindChecked (const TKey Key) const |
| TVal & | FindChecked (const TKey Key) |
| const TVal * | Find (const TKey Key) const |
| TVal * | Find (const TKey Key) |
| void | Remove (const TKey Key, const EAllowShrinking AllowShrinking) |
| FORCEINLINE void | Remove (const TKey Key, const bool bAllowShrinking) |
| void | Shrink () |
| void | Reset () |
| int32 | Num () const |
| auto | begin () |
| auto | end () |
| auto | cbegin () const |
| auto | cend () const |
| const TVal & | GetDenseAt (const int32 Idx) const |
| TVal & | GetDenseAt (const int32 Idx) |
| using Chaos::TDirtyObjects< TVal >::TKey = decltype(ConstifyHelper( ((TVal*)0)->GetObjectPtr() )) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |