Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/TEnum
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnum
(
EnumType InValue |
Default. | MetasoundEnum.h | |
TEnum
(
int32 InIntValue |
From Int32 (this is the common path from a Literal). | MetasoundEnum.h | |
| From Name. | MetasoundEnum.h | ||
| Slow, construct from FString to FName. | MetasoundEnum.h |
TEnum(EnumType)
Description
Default.
| Name | TEnum |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundEnum.h |
| Include Path | #include "MetasoundEnum.h" |
TEnum
(
EnumType InValue
)
TEnum(int32)
Description
From Int32 (this is the common path from a Literal).
| Name | TEnum |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundEnum.h |
| Include Path | #include "MetasoundEnum.h" |
TEnum
(
int32 InIntValue
)
TEnum(FName)
Description
From Name.
| Name | TEnum |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundEnum.h |
| Include Path | #include "MetasoundEnum.h" |
TEnum
(
FName InValueName
)
TEnum(const FString &)
Description
Slow, construct from FString to FName.
| Name | TEnum |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundEnum.h |
| Include Path | #include "MetasoundEnum.h" |
TEnum
(
const FString & InString
)