Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphValidation.h |
| Include | #include "MetasoundEditorGraphValidation.h" |
Syntax
struct FGraphNodeValidationResult
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphNodeValidationResult
(
UMetasoundEditorGraphNode& InNode |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Whether or not validation operations on result have dirtied the associated Node (Validation doesn't mark node as dirtied to avoid resave being required at asset level) | ||
| bool | GetIsInvalid () |
Whether associated node is in invalid state, i.e. may fail to build or may result in undefined behavior. | |
| UMetasoundEditorGraphNode & | |||
| void | SetMessage
(
EMessageSeverity::Type InSeverity, |
||
| void | SetPinOrphaned
(
UEdGraphPin& Pin, |