Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FScriptMapHelper
Description
Maps have gaps in their indices, so this function translates a logical index (ie. Nth element) to an internal index that can be used for the other functions in this class. NOTE: This is slow, do not use this for iteration! Use CreateIterator() instead.
| Name | FindInternalIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
int32 FindInternalIndex
(
int32 LogicalIdx
) const