Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDataTypeRegistry
Description
Return the enum interface for a data type. If the data type does not have an enum interface, returns a nullptr.
| Name | GetEnumInterfaceForDataType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeRegistry.h |
| Include Path | #include "MetasoundFrontendDataTypeRegistry.h" |
TSharedPtr < const IEnumDataTypeInterface > GetEnumInterfaceForDataType
(
const FName & InDataType
) const