Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundCueParameterTransmitter
Description
The SoundCueParameter keeps a running track of parameter changes from SetParameters(...). When this method is called, the accumulated parameters are returned and the internal tracking of accumulated parameters is reset.
| Name | ReleaseAccumulatedParameterUpdates |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundCue.h |
| Include Path | #include "Sound/SoundCue.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundCue.cpp |
TArray < FAudioParameter > ReleaseAccumulatedParameterUpdates()