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