Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Caused by FDataEdges, FInputDataDestinations or FOutputDataSources pointing to null nodes.
| Name | FDanglingVertexError |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundBuildError.h |
| Include Path | #include "MetasoundBuildError.h" |
Syntax
class FDanglingVertexError : public Metasound::FBuildErrorBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundBuildError.h | |||
FDanglingVertexError
(
const FInputDataDestination& InDest |
MetasoundBuildError.h | ||
FDanglingVertexError
(
const FOutputDataSource& InSource |
MetasoundBuildError.h | ||
FDanglingVertexError
(
const FDataEdge& InEdge |
MetasoundBuildError.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDanglingVertexError() |
MetasoundBuildError.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ErrorType | const FName | MetasoundBuildError.h |