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