Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDataTypeRegistry
Description
Create a data reference of the data type given a literal. If not supported, the result will be not be set.
| Name | CreateDataReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeRegistry.h |
| Include Path | #include "MetasoundFrontendDataTypeRegistry.h" |
TOptional < FAnyDataReference > CreateDataReference
(
const FName & InDataType,
EDataReferenceAccessType InAccessType,
const FLiteral & InLiteral,
const FOperatorSettings & InOperatorSettings
) const