Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/ControlFlow
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGQualityBranchSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/ControlFlow/PCGQualityBranch.h |
| Include | #include "Elements/ControlFlow/PCGQualityBranch.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural), Meta=(Keywords="if bool switch quality"))
class UPCGQualityBranchSettings : public UPCGSettings
Remarks
Control flow node that dynamically routes input data based on 'pcg.Quality' setting.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseCinematicPin | ||
| bool | bUseEpicPin | ||
| bool | bUseHighPin | ||
| bool | bUseLowPin | ||
| bool | bUseMediumPin |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FString | Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | ||
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| bool | If the node has any dynamic pins that can change based on input or settings | ||
| bool | IsPinUsedByNodeExecution
(
const UPCGPin* InPin |
Returns true if InPin is in use by node (assuming node enabled). | |
| TArray< FPCGPinProperties > | |||
| bool | Whether this node can deactivate its output pins during execution, which can dynamically cull downstream nodes. |