IAudioPluginListener::OnTick

This is overridable for any actions a plugin manager may need to do on the game thread.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h

Include

#include "IAudioExtensionPlugin.h"

Syntax

virtual void OnTick
(
    UWorld * InWorld,
    const int32 ViewportIndex,
    const FTransform & ListenerTransform,
    const float InDeltaSeconds
)

Remarks

This is overridable for any actions a plugin manager may need to do on the game thread.

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