Navigation
API > API/Plugins > API/Plugins/PCG
Selects data from either input pin, based on a boolean condition.
| Name | UPCGBooleanSelectSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/ControlFlow/PCGBooleanSelect.h |
| Include Path | #include "Elements/ControlFlow/PCGBooleanSelect.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural), Meta=(Keywords="if bool select"))
class UPCGBooleanSelectSettings : public UPCGControlFlowSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGControlFlowSettings → UPCGBooleanSelectSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseInputB | bool | Elements/ControlFlow/PCGBooleanSelect.h |
|