Navigation
API > API/Plugins > API/Plugins/HarmonixDsp > API/Plugins/HarmonixDsp/FTypedParameter
Description
Template method for setting the stored value asserts that the value type is supported
overwrites current value type with new value type
| Name | SetValue |
| 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 SetValue
(
T InValue
)
Parameters
| Name | Remarks |
|---|---|
| InValue | new value to assign |