FAudioModulation::OnRenderStat

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

Windows
MacOS
Linux

Override Hierarchy

IAudioModulation::OnRenderStat()

FAudioModulation::OnRenderStat()

References

Module

AudioModulation

Header

/Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/AudioModulation.h

Include

#include "AudioModulation.h"

Source

/Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Private/AudioModulation.cpp

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