![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ISpatialAcceleration.h>
Classes | |
| struct | Element |
Public Types | |
| using | ElementType = TValue |
Public Member Functions | |
| SIZE_T | GetAllocatedSize () const |
| int32 | Capacity () const |
| int32 | Num () const |
| void | Reserve (int32 Size) |
| TValue * | Find (const TKey &Key) |
| const TValue * | Find (const TKey &Key) const |
| TValue & | FindChecked (const TKey &Key) |
| const TValue & | FindChecked (const TKey &Key) const |
| TValue & | FindOrAdd (const TKey &Key) |
| void | Empty () |
| TValue & | Add (const TKey &Key) |
| void | Add (const TKey &Key, const TValue &Value) |
| void | RemoveChecked (const TKey &Key) |
| void | Remove (const TKey &Key) |
| void | Reset () |
| void | Serialize (FChaosArchive &Ar) |
| void | AddFrom (const TArrayAsMap< TKey, TValue > &Source, int32 SourceIndex) |
Static Public Member Functions | |
| static constexpr uint32 | GetTypeSize () |
| using Chaos::TArrayAsMap< TKey, TValue >::ElementType = TValue |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |