Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphVariableNode
Description
Resolves the provided variable, given a specific traversal context (needed in order to account for job-level overrides). If the variable value could be resolved, returns true and provides the value in OutValueContainer, otherwise returns false.
| Name | GetResolvedVariableValue |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphVariableNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphVariableNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphVariableNode.cpp |
static bool GetResolvedVariableValue
(
const TObjectPtr < UMovieGraphVariable > InGraphVariable,
const FMovieGraphTraversalContext * InContext,
TObjectPtr < UMovieGraphValueContainer > & OutValueContainer
)