Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FScriptMapHelper
| Type | Name | Description | |
|---|---|---|---|
| uint8 * | GetValuePtr
(
int32 InternalIndex |
Returns a uint8 pointer to the Value (second element) in the map. | |
| uint8 * | GetValuePtr
(
const FIterator Iterator |
Returns a uint8 pointer to the Value (second element) in the map. | |
| const uint8 * | GetValuePtr
(
const FIterator Iterator |
Returns a const uint8 pointer to the Value (second element) in the map. |