Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FScriptMapHelper > GetPairPtrWithoutCheck
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
uint8 * GetPairPtrWithoutCheck
(
int32 InternalIndex
)
Remarks
Returns a uint8 pointer to the pair in the array without checking the index. Pointer to the pair, or nullptr if the map is empty.
Parameters
Name | Description |
---|---|
InternalIndex | index of the item to return a pointer to. |