Navigation
API > API/Runtime > API/Runtime/uLangCore
Useful helper function for maintaining sets of pointers
| Name | TPointerSetHelper |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/PointerSetHelper.h |
| Include Path | #include "uLang/Common/Containers/PointerSetHelper.h" |
Syntax
template<typename ElementType, typename KeyType>
class TPointerSetHelper
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PointerStorageType | TArray< ElementType * > | uLang/Common/Containers/PointerSetHelper.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32_t GetUpperBound
(
const PointerStorageType& This, |
Merge other sorted array into this array. | uLang/Common/Containers/PointerSetHelper.h | |
static void Merge
(
PointerStorageType& This, |
Merge other sorted array into this array. | uLang/Common/Containers/PointerSetHelper.h |