Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGNamedRerouteUsageSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGReroute.h |
| Include Path | #include "Elements/PCGReroute.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGNamedRerouteUsageSettings : public UPCGNamedRerouteBaseSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGRerouteSettings → UPCGNamedRerouteBaseSettings → UPCGNamedRerouteUsageSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Declaration | TObjectPtr< const UPCGNamedRerouteDeclarationSettings > | Elements/PCGReroute.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanCullTaskIfUnwired() |
Very counter-intuitive but reroute nodes are normally culled by other means, if they aren't we want to make sure they log errors. | Elements/PCGReroute.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/PCGReroute.h | |
virtual FName GetDefaultNodeName() |
Elements/PCGReroute.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ConvertNode
(
const FPCGPreconfiguredInfo& ConversionInfo |
Convert this owning node into the corresponding target. Returns true upon success. | Elements/PCGReroute.h | |
virtual TArray< FPCGPreconfiguredInfo > GetConversionInfo() |
The predefined parameters defining the conversion. | Elements/PCGReroute.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/PCGReroute.h |