Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundVariableRegistration.h |
| Include | #include "MetasoundVariableRegistration.h" |
Syntax
template<typename DataType>
struct TVariablesSupport
Remarks
Determine if data type supports necessary operations required of all MetaSound variable types.
Constants
| Name | Description |
|---|---|
| bIsCopyAssignable | |
| bIsParsableFromLiteral | |
| bIsVariableSupported | MetaSound variables must be copy-assignable and parsable from a FLiteral |