Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
Description
Gets all input pins on the node. Note that the returned array is const, so input pins cannot be added/removed from the node via this array.
| Name | GetInputPins |
| 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 * > & GetInputPins() const