Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Interface for metadata of a registered MetaSound enum type.
| Name | IEnumDataTypeInterface |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeRegistry.h |
| Include Path | #include "MetasoundFrontendDataTypeRegistry.h" |
Syntax
struct IEnumDataTypeInterface
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IEnumDataTypeInterface() |
MetasoundFrontendDataTypeRegistry.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGenericInt32Entry | TEnumEntry< int32 > | MetasoundFrontendDataTypeRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundFrontendDataTypeRegistry.h | |||
TOptional< FGenericInt32Entry > FindByValue
(
int32 InEnumValue |
MetasoundFrontendDataTypeRegistry.h | ||
TOptional< FGenericInt32Entry > FindEntryBy
(
Predicate Pred |
MetasoundFrontendDataTypeRegistry.h | ||
const TArray< FGenericInt32Entry > & GetAllEntries() |
MetasoundFrontendDataTypeRegistry.h | ||
int32 GetDefaultValue() |
MetasoundFrontendDataTypeRegistry.h | ||
FName GetNamespace() |
MetasoundFrontendDataTypeRegistry.h | ||
| MetasoundFrontendDataTypeRegistry.h | |||
| MetasoundFrontendDataTypeRegistry.h |