Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphNode
- UMovieGraphSubgraphNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSubgraphNode.h |
| Include | #include "Graph/Nodes/MovieGraphSubgraphNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UMovieGraphSubgraphNode : public UMovieGraphNode
Remarks
A node which represents another graph asset. Inputs/outputs on this subgraph will update if the underlying graph asset's inputs/outputs change.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieGraphConfig * | Gets the graph asset this subgraph points to. | ||
| void | SetSubGraphAsset
(
const TSoftObjectPtr< UMovieGraphConfig >& InSubgraphAsset |
Sets the graph asset this subgraph points to. |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TArray< UMovieGraphPin * > | EvaluatePinsToFollow
(
FMovieGraphEvaluationContext& InContext |
Used to determine which Branch type pins we should follow when trying to traverse the graph. | |
| TArray< FMovieGraphPinProperties > | |||
| FText | Gets the category that the node belongs under. | ||
| FText | GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | |
| TArray< FMovieGraphPinProperties > |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |