IAudioModulation::OnRenderStat

Render stats pertaining to modulation (non-shipping builds only)

Windows
MacOS
Linux

Override Hierarchy

IAudioModulation::OnRenderStat()

FAudioModulation::OnRenderStat()

References

Module

AudioExtensions

Header

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

Include

#include "IAudioExtensionPlugin.h"

Syntax

virtual int32 OnRenderStat
(
    FViewport * Viewport,
    FCanvas * Canvas,
    int32 X,
    int32 Y,
    const UFont & Font,
    const FVector * ViewLocation,
    const FRotator * ViewRotation
)

Remarks

Render stats pertaining to modulation (non-shipping builds only)

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