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