Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
const TArray < UMovieGraphPin * > & GetOutputPins() const
Remarks
Gets all output pins on the node. Note that the returned array is const, so output pins cannot be added/removed from the node via this array.