Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphInputNode
Description
Gets the resolved value of a named output pin (one that is returned in GetOutputPinProperties()). If the resolved value could not be determined, an empty string is returned.
Virtual Inheritance
- UMovieGraphNode::GetResolvedValueForOutputPin → UMovieGraphInputNode::GetResolvedValueForOutputPin
| Name | GetResolvedValueForOutputPin |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphInputNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphInputNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphInputNode.cpp |
virtual FString GetResolvedValueForOutputPin
(
const FName & InPinName,
const FMovieGraphTraversalContext * InContext
) const