Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Determines whether the constructor provided by the node is usable in node registration.
| Name | TIsNodeConstructorSupported |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Traits/MetasoundNodeConstructorTraits.h |
| Include Path | #include "Traits/MetasoundNodeConstructorTraits.h" |
Syntax
template<typename T>
struct TIsNodeConstructorSupported
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bIsConstructibleWithFNodeData | bool | Traits/MetasoundNodeConstructorTraits.h | |
| bIsConstructibleWithFNodeDataAndClassMetadata | bool | Traits/MetasoundNodeConstructorTraits.h | |
| bIsConstructibleWithFNodeInitData | bool | Traits/MetasoundNodeConstructorTraits.h | |
| Value | bool | Traits/MetasoundNodeConstructorTraits.h |