Navigation
API > API/Plugins > API/Plugins/HarmonixDsp > API/Plugins/HarmonixDsp/FTypedParameter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsType () |
Template method to check type matches | HarmonixDsp/Containers/TypedParameter.h | |
bool IsType
(
EParameterType InType |
Same as this->GetType() == InType; | HarmonixDsp/Containers/TypedParameter.h |
IsType()
Description
Template method to check type matches
| Name | IsType |
| 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>
bool IsType() const
whether the type T matches the type represented by this parameter
IsType(EParameterType)
Description
Same as this->GetType() == InType;
| Name | IsType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/Containers/TypedParameter.h |
| Include Path | #include "HarmonixDsp/Containers/TypedParameter.h" |
bool IsType
(
EParameterType InType
) const
whether the EParameterType matches the type represented by this parameter