Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundNodeRegistrationMacro.h |
| Include | #include "MetasoundNodeRegistrationMacro.h" |
Syntax
template<typename NodeClass>
struct ConstructorTakesNodeInitData
Remarks
Utility class to ensure that a node class can use the constructor the frontend uses.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint16 | TestForConstructor
(
decltype(T(::Metasound::FNodeInitData()))* |
Use SFINAE trick to see if we have a valid constructor: | |
| uint8 | TestForConstructor
(
... |
Constants
| Name | Description |
|---|---|
| Value |