FCacheElementDebugInfo

This struct lets us breadcrumb debug information.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "AudioStreamingCache.h"

Syntax

struct FCacheElementDebugInfo

Remarks

This struct lets us breadcrumb debug information.

Variables

Name Description

Public variable

float

 

AverageLocationInCacheWhenNeeded

This is a cumulative moving average of a chunks location before it was.

Public variable

bool

 

bWasCacheMiss

If true,

Public variable

int32

 

NumTimesTouched

Number of times this chunk was requested during its time in the cache.

Public variable

int32

 

NumTotalChunks

The total number of chunks in the sound wave.

Public variable

uint64

 

TimeLoadStarted

Public variable

float

 

TimeToLoad

Amount of time spent loading the audio file.

Constructors

Name Description

Public function

FCacheElementDebugInfo()

Functions

Name Description

Public function

void

 

Reset()

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