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" |
static bool Array_Contains
&40;
const TArray< int32 > & TargetArray,
const int32 & ItemToFind
&41;
Remarks
Returns true if the array contains the given item True if the item was found within the array
Parameters
Name | Description |
---|---|
TargetArray | The array to search for the item |
ItemToFind | The item to look for |