Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendLiteral.h |
Include |
#include "MetasoundFrontendLiteral.h" |
enum EMetasoundFrontendLiteralType
{
None = static_cast
Boolean = static_cast
Integer = static_cast
Float = static_cast
String = static_cast
UObject = static_cast
NoneArray = static_cast
BooleanArray = static_cast
IntegerArray = static_cast
FloatArray = static_cast
StringArray = static_cast
UObjectArray = static_cast
Invalid,
}
Name |
Description |
---|---|
None |
|
Boolean |
|
Integer |
|
Float |
|
String |
|
UObject |
|
NoneArray |
|
BooleanArray |
|
IntegerArray |
|
FloatArray |
|
StringArray |
|
UObjectArray |
|
Invalid |
The type of a given literal for an input value.
The EMetasoundFrontendLiteralType's are matched to Metasound::ELiteralType`s by giving them the same value. This supports easy conversion from one type to another.