UKismetArrayLibrary::Array_RemoveItem

Remove all instances of item from array.

Windows
MacOS
Linux

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

Syntax

static bool Array_RemoveItem
(
    const TArray< int32 > & TargetArray,
    const int32 & Item
)

Remarks

Remove all instances of item from array.

Returns

True if one or more items were removed

Parameters

Parameter

Description

TargetArray

The array to remove from

Item

The item to remove from the array

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss