Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphOutputBurnInNode
Description
Gets any validation errors that the node generated. Validation errors will halt the active render, if any. Called on the fully-evaluated node post-evaluation. Returns true if there were any errors (added to OutValidationErrors), else false.
Virtual Inheritance
- UMovieGraphNode::GetNodeValidationErrors → UMovieGraphOutputBurnInNode::GetNodeValidationErrors
| Name | GetNodeValidationErrors |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphBurnInNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphBurnInNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphBurnInNode.cpp |
virtual bool GetNodeValidationErrors
(
const FName & InBranchName,
const UMovieGraphEvaluatedConfig * InEvaluatedConfig,
TArray < FText > & OutValidationErrors
) const