Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FScriptMapHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 * GetPairPtr
(
int32 InternalIndex |
Returns a uint8 pointer to the pair in the map | UObject/UnrealType.h | |
const uint8 * GetPairPtr
(
const int32 InternalIndex |
Returns a uint8 pointer to the pair in the map. | UObject/UnrealType.h | |
uint8 * GetPairPtr
(
const FIterator Iterator |
Returns a uint8 pointer to the pair in the map | UObject/UnrealType.h | |
const uint8 * GetPairPtr
(
const FIterator Iterator |
Returns a uint8 pointer to the pair in the map. | UObject/UnrealType.h |
GetPairPtr(int32)
Description
Returns a uint8 pointer to the pair in the map
| Name | GetPairPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
uint8 * GetPairPtr
(
int32 InternalIndex
)
Pointer to the pair, or nullptr if the map is empty.
Parameters
| Name | Remarks |
|---|---|
| InternalIndex | index of the item to return a pointer to. |
GetPairPtr(const int32)
Description
Returns a uint8 pointer to the pair in the map.
| Name | GetPairPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
const uint8 * GetPairPtr
(
const int32 InternalIndex
) const
Pointer to the pair, or nullptr if the map is empty.
Parameters
| Name | Remarks |
|---|---|
| InternalIndex | index of the item to return a pointer to. |
GetPairPtr(const FIterator)
Description
Returns a uint8 pointer to the pair in the map
| Name | GetPairPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
uint8 * GetPairPtr
(
const FIterator Iterator
)
Pointer to the pair, or will fail a check if an invalid iterator is provided.
Parameters
| Name | Remarks |
|---|---|
| Iterator | A valid iterator of the item to return a pointer to. |
GetPairPtr(const FIterator)
Description
Returns a uint8 pointer to the pair in the map.
| Name | GetPairPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
const uint8 * GetPairPtr
(
const FIterator Iterator
) const
Pointer to the pair, or will fail a check if an invalid iterator is provided.
Parameters
| Name | Remarks |
|---|---|
| Iterator | A valid iterator of the item to return a pointer to. |