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