Navigation
API > API/Plugins > API/Plugins/HarmonixDsp > API/Plugins/HarmonixDsp/FTypedParameter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetType () |
HarmonixDsp/Containers/TypedParameter.h | ||
void SetType
(
EParameterType Type |
Set the type this Parameter represents will reset the value to the default for the type only if the type is different | HarmonixDsp/Containers/TypedParameter.h |
SetType()
| Name | SetType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/Containers/TypedParameter.h |
| Include Path | #include "HarmonixDsp/Containers/TypedParameter.h" |
template<typename T>
void SetType()
SetType(EParameterType)
Description
Set the type this Parameter represents will reset the value to the default for the type only if the type is different
| Name | SetType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/Containers/TypedParameter.h |
| Include Path | #include "HarmonixDsp/Containers/TypedParameter.h" |
| Source | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Private/HarmonixDsp/Containers/TypedParameter.cpp |
void SetType
(
EParameterType Type
)
Parameters
| Name | Remarks |
|---|---|
| Type | the new type |