Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UBlueprintSetLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintSetLibrary.h |
Include | #include "Kismet/BlueprintSetLibrary.h" |
UFUNCTION (BlueprintPure, CustomThunk,
Meta=(DisplayName="Contains Item", CompactNodeTitle="CONTAINS", SetParam="TargetSet|ItemToFind", AutoCreateRefTerm="ItemToFind", BlueprintThreadSafe),
Category="Utilities|Set")
static bool Set_Contains
(
const TSet < int32 > & TargetSet,
const int32 & ItemToFind
)
Remarks
Returns true if the set contains the given item. True if the item was found within the set
Parameters
Name | Description |
---|---|
TargetSet | The set to search for the item |
ItemToFind | The item to look for |