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