UMetasoundEditorGraphExternalNode::Validate

Validates node and returns whether or not the node is valid.

Choose your operating system:

Windows

macOS

Linux

References

Module

MetasoundEditor

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h

Include

#include "MetasoundEditorGraphNode.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphNode.cpp

Syntax

bool Validate
(
    Metasound::Editor::FGraphNodeValidationResult & OutResult,
    bool bClearUpgradeMessage
)

Remarks

Validates node and returns whether or not the node is valid.