Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FScriptMapHelper > GetPairPtr
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
uint8 &42; GetPairPtr
&40;
int32 Index
&41;
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 |
---|---|
Index | index of the item to return a pointer to. |