Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGBaseSubgraphSettings
- UPCGSubgraphSettings
- UPCGLoopSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include | #include "PCGSubgraph.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
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 | |
|---|---|---|---|
| FName | Derived classes can implement this to expose additional name information in the logs | ||
| FPCGElementPtr | |||
| UPCGNode * | CreateNode () |
||
| 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. | ||
| EPCGSettingsType | GetType () |
||
| bool | IsStructuralProperty
(
const FName& InPropertyName |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UPCGGraph > | Subgraph_DEPRECATED |