Navigation
API > API/Plugins > API/Plugins/PCG
Routes input data to one of two outputs, based on a boolean condition.
| Name | UPCGBranchSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/ControlFlow/PCGBranch.h |
| Include Path | #include "Elements/ControlFlow/PCGBranch.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural), Meta=(Keywords="if bool switch"))
class UPCGBranchSettings : public UPCGControlFlowSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGControlFlowSettings → UPCGBranchSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOutputToB | bool | Elements/ControlFlow/PCGBranch.h |
|