Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FMapProperty
Description
Helper function to get the pointer to a key/value pair at the specified index. Used by the garbage collector where for performance reasons the provided map pointer is not guarded
| Name | GetPairPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
uint8 * GetPairPtr
(
void * InMap,
int32 InternalIndex
) const