Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGBranchSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGBranch.h |
| Include | #include "Elements/PCGBranch.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;, Meta&61;&40;Keywords&61;"if bool branch"&41;&41;
class UPCGBranchSettings : public UPCGSettings
Remarks
Routes input data to one of two outputs,based on a boolean condition.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOutputToB |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| EPCGDataType | GetCurrentPinTypes
(
const UPCGPin* InPin |
Returns the current pin types, which can either be the static types from the pin properties, or a dynamic type based on connected edges. | |
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| bool | If the node has any dynamic pins that can change based on input or settings | ||
| TArray< FPCGPinProperties > |