FModulationDestination::ProcessControl

Updates internal value (or buffer if set to bIsBuffered) to current modulated result using the provided value as the base carrier value to modulate.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundModulationDestination.h

Include

#include "Sound/SoundModulationDestination.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundModulationDestination.cpp

Syntax

bool ProcessControl
(
    float InValueUnitBase,
    int32 InNumSamples
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss