Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
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.
Derived Overrides
| Name | GetNodeValidationErrors |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphNode.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
virtual bool GetNodeValidationErrors
(
const FName & InBranchName,
const UMovieGraphEvaluatedConfig * InEvaluatedConfig,
TArray < FText > & OutValidationErrors
) const