Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TObjectArrayIterator
Description
Removes the current element from the array, slower, but preserves the order. Iterator is decremented for you so a loop will check all items.
| Name | RemoveCurrent |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
void RemoveCurrent()