Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FScriptSetHelper
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. |