UTimeSynthComponent::StopSoundsOnVolumeGroupWithFadeOverride

Stops clips playing on given volume group with the given fade time override.

Windows
MacOS
Linux

References

Module

TimeSynth

Header

/Engine/Plugins/Runtime/TimeSynth/Source/TimeSynth/Classes/TimeSynthComponent.h

Include

#include "TimeSynthComponent.h"

Source

/Engine/Plugins/Runtime/TimeSynth/Source/TimeSynth/Private/TimeSynthComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="TimeSynth")
void StopSoundsOnVolumeGroupWithFadeOverride
(
    UTimeSynthVolumeGroup * InVolumeGroup,
    ETimeSynthEventClipQuantization EventQuantization,
    const FTimeSynthTimeDef & FadeTime
)

Remarks

Stops clips playing on given volume group with the given fade time override.

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