Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FModulationDestination
Description
Updates internal value (or buffer if set to bIsBuffered) to current modulated result using the provided value as the base carrier value to modulate. Returns true if value was updated.
| Name | ProcessControl |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundModulationDestination.h |
| Include Path | #include "Sound/SoundModulationDestination.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundModulationDestination.cpp |
bool ProcessControl
(
float InValueUnitBase,
int32 InNumSamples
)