Navigation
BlueprintAPI > BlueprintAPI/MovieGraph
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.
Target is Movie Graph Node
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| name | In Branch Name | |
| object | In Evaluated Config |
Outputs
| Type | Name | Description |
|---|---|---|
| text | Out Validation Errors | |
| boolean | Return Value |