Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FScriptMapHelper
Description
Returns a uint8 pointer to the the Nth valid key in the map (skipping invalid entries). NOTE: This is slow, do not use this for iteration! Use CreateIterator() instead.
| Name | FindNthKeyPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
uint8 * FindNthKeyPtr
(
int32 N
)
Pointer to the element, or nullptr if the index is invalid.