Navigation
API > API/Plugins > API/Plugins/HarmonixDsp
Constrain the types allowed for TypedVariant simplify the blueprint customization and ui/ux
| Name | EParameterType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/Containers/TypedParameter.h |
| Include Path | #include "HarmonixDsp/Containers/TypedParameter.h" |
Syntax
enum EParameterType
{
Bool,
Double,
Float,
Int8,
Int16,
Int32,
Int64,
Name,
String,
UInt8,
UInt16,
UInt32,
UInt64,
Num,
Invalid,
}
Values
| Name | Remarks |
|---|---|
| Bool | |
| Double | |
| Float | |
| Int8 | |
| Int16 | |
| Int32 | |
| Int64 | |
| Name | |
| String | |
| UInt8 | |
| UInt16 | |
| UInt32 | |
| UInt64 | |
| Num | |
| Invalid |