Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGBaseSubgraphSettings
- UPCGSpawnActorSettings
- UPCGSubgraphSettings
- UPCGLoopSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include | #include "PCGSubgraph.h" |
Syntax
UCLASS (Abstract)
class UPCGBaseSubgraphSettings : public UPCGSettings
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
||
| UPCGGraph * | GetSubgraph () |
||
| UPCGGraphInterface * | |||
| bool | Returns true if the subgraphs nodes were not inlined into the parent graphs tasks during compilation. | ||
| void | OnSubgraphChanged
(
UPCGGraphInterface* InGraph, |
||
| void | PreEditChange
(
FProperty* PropertyAboutToChange |
||
| void | PreEditUndo () |
||
| void | SetSubgraph
(
UPCGGraphInterface* InGraph |
Use this method from the outside to set the subgraph, as it will connect editor callbacks. | |
| void | SetSubgraphInternal
(
UPCGGraphInterface* InGraph |
||
| void | |||
| void |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| bool | The graph may contain nodes that have side effects, don't assume we can cull even when unwired. | ||
| bool | Derived classes must implement this to communicate that they might have dynamic dependencies. | ||
| void | There is a weird issue where the BP class is not set correctly in some Server cases. | ||
| TArray< FPCGSettingsOverridableParam > | Can be overridden to add more custom params (like in BP). | ||
| EPCGChangeType | GetChangeTypeForProperty
(
const FName& InPropertyName |
Gets the change impact for a given property. | |
| void | GetStaticTrackedKeys
(
FPCGSelectionKeyToSettingsMap& OutKeysToSettings, |
Derived classes must implement this to communicate dependencies that are known statically. | |
| bool | Display generated title line as primary title (example: BP nodes display the blueprint name as the primary title). | ||
| 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. | ||
| TArray< FPCGPinProperties > | |||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostEditUndo () |
||
| void | |||
| void | PostLoad () |
||
| bool | Check if we need to hook the output of the pre-task to this. |
Overridden from UPCGData
| Type | Name | Description | |
|---|---|---|---|
| void | PostDuplicate
(
bool bDuplicateForPIE |
||
| void |