UAudioComponent::PlayQuantized

Start a sound playing on an audio component on a given quantization boundary with the handle to an existing clock

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h

Include

#include "Components/AudioComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/AudioComponent.cpp

Syntax

virtual void PlayQuantized
(
    const UObject * WorldContextObject,
    UQuartzClockHandle *& InClockHandle,
    FQuartzQuantizationBoundary & InQuantizationBoundary,
    const FOnQuartzCommandEventBP & InDelegate,
    float InStartTime,
    float InFadeInDuration,
    float InFadeVolumeLevel,
    EAudioFaderCurve InFadeCurve
)

Remarks

Start a sound playing on an audio component on a given quantization boundary with the handle to an existing clock

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