Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphNode > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphNode/GetResolvedValue-
- UMovieGraphNode::GetResolvedValueForOutputPin()
- UMovieGraphVariableNode::GetResolvedValueForOutputPin()
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
virtual bool GetResolvedValueForOutputPin
(
const FName & InPinName,
const FMovieGraphTraversalContext * InContext,
TObjectPtr < UMovieGraphValueContainer > & OutValueContainer
) const
Remarks
The same functionality as the other method that returns a string. However, this version returns true if a resolved value could be determined, and provides the value via a UMovieGraphValueContainer.