Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
Description
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.
| Name | GetOutputPins |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
const TArray < UMovieGraphPin * > & GetOutputPins() const