Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGNamedRerouteDeclarationSettings |
| 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 UPCGNamedRerouteDeclarationSettings : public UPCGNamedRerouteBaseSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGRerouteSettings → UPCGNamedRerouteBaseSettings → UPCGNamedRerouteDeclarationSettings
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 > OutputPinProperties() |
Elements/PCGReroute.h |