Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGBaseSubgraphSettings
- UPCGSubgraphSettings
- UPCGLoopSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include | #include "PCGSubgraph.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGSubgraphSettings : public UPCGBaseSubgraphSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UPCGGraphInstance > | SubgraphInstance | ||
| TObjectPtr< UPCGGraphInterface > | SubgraphOverride |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UPCGSubgraphSettings
(
const FObjectInitializer& InObjectInitializer |
Overridden from UPCGBaseSubgraphSettings
| Type | Name | Description | |
|---|---|---|---|
| UPCGGraphInterface * | |||
| bool | Returns true if the subgraphs nodes were not inlined into the parent graphs tasks during compilation. | ||
| void | SetSubgraphInternal
(
UPCGGraphInterface* InGraph |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| UPCGNode * | CreateNode () |
||
| FString | Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | ||
| EPCGChangeType | GetChangeTypeForProperty
(
const FName& InPropertyName |
Gets the change impact for a given property. | |
| FName | |||
| FText | |||
| UObject * | Override this class to provide an UObject to jump to in case of double click on node ie. returning a blueprint instance will open the given blueprint in its editor. | ||
| bool | GetPinExtraIcon
(
const UPCGPin* InPin, |
Can override to add a custom icon next to the pin label (and an optional tooltip). | |
| EPCGSettingsType | GetType () |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostLoad () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UPCGGraph > | Subgraph_DEPRECATED |