Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Struct to hold each of the entries of the Enum.
| Name | TEnumEntry |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundEnum.h |
| Include Path | #include "MetasoundEnum.h" |
Syntax
template<typename T>
struct TEnumEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FText | MetasoundEnum.h | ||
| Name | FName | MetasoundEnum.h | ||
| Tooltip | FText | MetasoundEnum.h | ||
| Value | T | MetasoundEnum.h |