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" |
uint8 * GetPairPtr
(
const FIterator Iterator
)
Remarks
Returns a uint8 pointer to the pair in the map Pointer to the pair, or will fail a check if an invalid iterator is provided.
Parameters
| Name | Description |
|---|---|
| Iterator | A valid iterator of the item to return a pointer to. |