Navigation
API > API/Plugins > API/Plugins/HarmonixDsp > API/Plugins/HarmonixDsp/FModulator
Description
Set the modulator target. This class does not take ownership of the modulator target, and will never delete it.
| Name | SetTarget |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/Modulators/Modulator.h |
| Include Path | #include "HarmonixDsp/Modulators/Modulator.h" |
| Source | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Private/HarmonixDsp/Modulators/Modulator.cpp |
void SetTarget
(
const FModulatorTarget * InTarget
)
description of the retumrn type
Parameters
| Name | Remarks |
|---|---|
| target | the target to modulate when Modulate is called. |
See Also
- Modulate()