| bIsAbstract |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsArrayParseable |
bool |
Returns if DataType supports array parsing and passing array of base type to constructor. |
MetasoundFrontendDataTypeRegistry.h |
|
| bIsArrayType |
bool |
Returns if DataType represents an array type (ex. TArray, TArray, etc.). |
MetasoundFrontendDataTypeRegistry.h |
|
| bIsBoolArrayParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsBoolParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsConstructorType |
bool |
Returns if DataType can be used for constructor vertices. |
MetasoundFrontendDataTypeRegistry.h |
|
| bIsDefaultArrayParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsDefaultParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsEnum |
bool |
Is a TEnum wrapped enum. |
MetasoundFrontendDataTypeRegistry.h |
|
| bIsExplicit |
bool |
Whether exact types are required. |
MetasoundFrontendDataTypeRegistry.h |
|
| bIsFloatArrayParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsFloatParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsIntArrayParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsIntParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsParsable |
bool |
Constructor argument support in TDataTypeLiteralFactory;. |
MetasoundFrontendDataTypeRegistry.h |
|
| bIsPolymorphic |
bool |
If this type is polymorphic. |
MetasoundFrontendDataTypeRegistry.h |
|
| bIsProxyArrayParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsProxyParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsStringArrayParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsStringParsable |
bool |
|
MetasoundFrontendDataTypeRegistry.h |
|
| bIsTransmittable |
bool |
Determines whether the type can be used with send/receive transmitters. |
MetasoundFrontendDataTypeRegistry.h |
|
| bIsVariable |
bool |
Returns if DataType is a Variable type. |
MetasoundFrontendDataTypeRegistry.h |
|
| DataTypeDisplayText |
FText |
|
MetasoundFrontendDataTypeRegistry.h |
|
| DataTypeName |
FName |
The name of the data type. |
MetasoundFrontendDataTypeRegistry.h |
|
| ParentDataTypeName |
FName |
If this type is polymorphic, what is its parent. |
MetasoundFrontendDataTypeRegistry.h |
|
| PreferredLiteralType |
ELiteralType |
The preferred constructor argument type for creating instances of the data type. |
MetasoundFrontendDataTypeRegistry.h |
|
| ProxyGeneratorClass |
UClass * |
If provided in registration call, UClass this datatype was registered with. |
MetasoundFrontendDataTypeRegistry.h |
|