Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FScriptMapHelper
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
void RemoveAt
(
int32 InternalIndex,
int32 Count
)
Remarks
Removes an element at the specified index, destroying it.
Parameters
| Name | Description |
|---|---|
| InternalIndex | The index of the element to remove. |