Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGRerouteSettings
- UPCGNamedRerouteBaseSettings
- UPCGNamedRerouteUsageSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGReroute.h |
| Include | #include "Elements/PCGReroute.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGNamedRerouteUsageSettings : public UPCGNamedRerouteBaseSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UPCGNamedRerouteDeclarationSettings > | Declaration |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| bool | Very counter-intuitive but reroute nodes are normally culled by other means, if they aren't we want to make sure they log errors. | ||
| 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 | |||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. |