FAudioChunkCache::DebugDisplayLegacy

This is for debugging purposes only.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h

Include

#include "AudioStreamingCache.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioStreamingCache.cpp

Syntax

TPair< int, int > DebugDisplayLegacy
(
    UWorld * World,
    FViewport * Viewport,
    FCanvas * Canvas,
    int32 X,
    int32 Y,
    const FVector * ViewLocation,
    const FRotator * ViewRotation
) const

Remarks

This is for debugging purposes only. Prints the elements in the cache from most recently used to least. Returns the dimensions of this debug log so that multiple caches can be tiled across the screen.

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