Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeRegistry.h |
| Include | #include "MetasoundFrontendDataTypeRegistry.h" |
Syntax
struct IEnumDataTypeInterface
Remarks
Interface for metadata of a registered MetaSound enum type.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FGenericInt32Entry > | FindByName
(
FName InEnumName |
||
| TOptional< FGenericInt32Entry > | FindByValue
(
int32 InEnumValue |
||
| TOptional< FGenericInt32Entry > | FindEntryBy
(
Predicate Pred |
||
| const TArray< FGenericInt32Entry > & | |||
| int32 | |||
| FName | GetNamespace () |
||
| TOptional< FName > | |||
| TOptional< int32 > |
Typedefs
| Name | Description |
|---|---|
| FGenericInt32Entry |