Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/ControlFlow > API/Plugins/PCG/Elements/ControlFlow/UPCGMultiSelectSettings
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValuePresent
(
int32 Value |
Returns true if the integer value exists in the user defined array. | |
| bool | IsValuePresent
(
const FString& Value |
Returns true if the string value exists in the user defined array. | |
| bool | IsValuePresent
(
int64 Value |
Returns true if the enum value exists within the enum class. |