EDebugDisplayElementTypes

This is for debugging purposes only.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "AudioStreamingCache.h"

Syntax

enum EDebugDisplayElementTypes
{
    NumRetainedAndPlaying             = 0,
    NumRetained,
    NumPrimedAndPlaying,
    NumPrimed,
    NumRetainedAndPlayingCacheMiss,
    NumRetainedCacheMiss,
    NumPrimedAndPlayingCacheMiss,
    NumPrimedCacheMiss,
    NumLODAndPlaying,
    NumLOD,
    NumTrimmed,
    NumLoadInProgress,
    NumOther,
    Count,
}

Values

Name

Description

NumRetainedAndPlaying

NumRetained

NumPrimedAndPlaying

NumPrimed

NumRetainedAndPlayingCacheMiss

NumRetainedCacheMiss

NumPrimedAndPlayingCacheMiss

NumPrimedCacheMiss

NumLODAndPlaying

NumLOD

NumTrimmed

NumLoadInProgress

NumOther

Count

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