Navigation
Unreal Engine C++ API Reference > Runtime > Engine
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
Type | Name | Description | |
---|---|---|---|
![]() |
FAsyncStreamDerivedChunkWorker
(
const FString& InDerivedDataKey, |
Initialization constructor. |