Navigation
API > API/Plugins > API/Plugins/PCG
Selects from input pins based on 'pcg.Quality' setting.
| Name | UPCGQualitySelectSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/ControlFlow/PCGQualitySelect.h |
| Include Path | #include "Elements/ControlFlow/PCGQualitySelect.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural), Meta=(Keywords="if bool switch quality"))
class UPCGQualitySelectSettings : public UPCGControlFlowSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGControlFlowSettings → UPCGQualitySelectSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseCinematicPin | bool | Elements/ControlFlow/PCGQualitySelect.h |
|
|
| bUseEpicPin | bool | Elements/ControlFlow/PCGQualitySelect.h |
|
|
| bUseHighPin | bool | Elements/ControlFlow/PCGQualitySelect.h |
|
|
| bUseLowPin | bool | Elements/ControlFlow/PCGQualitySelect.h |
|
|
| bUseMediumPin | bool | Elements/ControlFlow/PCGQualitySelect.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetAdditionalTitleInformation() |
Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | Elements/ControlFlow/PCGQualitySelect.h | |
virtual FPCGDataTypeIdentifier GetCurrentPinTypesID
(
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. | Elements/ControlFlow/PCGQualitySelect.h | |
virtual FName GetDefaultNodeName() |
Elements/ControlFlow/PCGQualitySelect.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/ControlFlow/PCGQualitySelect.h | ||
virtual FText GetNodeTooltipText() |
Elements/ControlFlow/PCGQualitySelect.h | ||
virtual EPCGSettingsType GetType() |
Elements/ControlFlow/PCGQualitySelect.h | ||
virtual bool HasDynamicPins() |
If the node has any dynamic pins that can change based on input or settings | Elements/ControlFlow/PCGQualitySelect.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/ControlFlow/PCGQualitySelect.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/ControlFlow/PCGQualitySelect.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/ControlFlow/PCGQualitySelect.h |