Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundFrontendLiteral
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendLiteral.h |
| Include | #include "MetasoundFrontendLiteral.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendLiteral.cpp |
Metasound::FLiteral ToLiteral
(
const FName & InMetaSoundDataType,
const Metasound::Frontend::IDataTypeRegistry * InDataTypeRegistry,
const Metasound::Frontend::FProxyDataCache * InProxyDataCache
) const
Remarks
Return a Metasound::FLiteral representation of this object. An FLiteral. If the data type couldn't be found, or if the literal type was incompatible with the data type, then an invalid FLiteral is returned.
Parameters
| Name | Description |
|---|---|
| InMetaSoundDataType | The name of the MetaSound data type |
| InDataTypeRegistry | A pointer to an existing data type registry. If null, the data type registry will be retrieved within this function. |
| InProxyDataCache | A pointer to an existing proxy data cache. If not null, UObject proxies will be retrieved from the cache. If null, UObject proxies will be created in this function. |