Navigation
API > API/Runtime > API/Runtime/Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/AudioStreaming.h |
Include | #include "AudioStreaming.h" |
Syntax
struct FASyncAudioChunkLoadResult
Remarks
Struct used to store results of an async file load.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint8 * | DataResults | Place to safely copy the ptr of a loaded audio chunk when load result is finished. |
![]() |
int32 | LoadedAudioChunkIndex | Loaded audio chunk index. |
![]() |
FStreamingWaveData * | StreamingWaveData | Actual storage of the loaded audio chunk, will be filled on audio thread. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |