Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetArrayLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetArrayLibrary.h |
Include | #include "Kismet/KismetArrayLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Private/KismetArrayLibrary.cpp |
static bool Array_RemoveItem
&40;
const TArray< int32 > & TargetArray,
const int32 & Item
&41;
Remarks
Remove all instances of item from array. True if one or more items were removed
Parameters
Name | Description |
---|---|
TargetArray | The array to remove from |
Item | The item to remove from the array |