FAsyncStreamDerivedChunkWorker

Async worker to stream audio chunks from the derived data cache.

Windows
MacOS
Linux

Inheritance Hierarchy

FNonAbandonableTask

FAsyncStreamDerivedChunkWorker

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioStreaming.h

Include

#include "AudioStreaming.h"

Syntax

class FAsyncStreamDerivedChunkWorker : public FNonAbandonableTask

Remarks

Async worker to stream audio chunks from the derived data cache.

Constructors

Name Description

Public function

FAsyncStreamDerivedChunkWorker

(
    const FString& InDerivedDataKey,
    void* InDestChunkData,
    int32 InChunkSize,
    FThreadSafeCounter* InThreadSa...,
    TFunction< void)> InOnLoadComp...
)

Initialization constructor.

Functions

Name Description

Public function Const

bool

 

DidRequestFail()

Returns true if the streaming mip request failed.

Public function

void

 

DoWork()

Retrieves the derived chunk from the derived data cache.

Public function Const

TStatId

 

GetStatId()

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