![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PointerSetHelper.h>
Public Types | |
| using | PointerStorageType = TArray< ElementType * > |
Static Public Member Functions | |
| static int32_t | GetUpperBound (const PointerStorageType &This, const KeyType &Key) |
| static void | Merge (PointerStorageType &This, const PointerStorageType &Other) |
Useful helper function for maintaining sets of pointers
| using uLang::TPointerSetHelper< ElementType, KeyType >::PointerStorageType = TArray<ElementType *> |
|
inlinestatic |
|
inlinestatic |