Navigation
API > API/Runtime > API/Runtime/Engine
FAsyncSoundWavePCMWriteWorker This class is used by FSoundWavePCMWriter to handle async writing.
| Name | FAsyncSoundWavePCMWriteWorker |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SampleBufferIO.h |
| Include Path | #include "Sound/SampleBufferIO.h" |
Syntax
class FAsyncSoundWavePCMWriteWorker : public FNonAbandonableTask
Inheritance Hierarchy
- FNonAbandonableTask → FAsyncSoundWavePCMWriteWorker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAsyncSoundWavePCMWriteWorker
(
FSoundWavePCMWriter* InWriter, |
Sound/SampleBufferIO.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FAsyncSoundWavePCMWriteWorker() |
Sound/SampleBufferIO.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Abandon() |
Sound/SampleBufferIO.h | ||
bool CanAbandon() |
Sound/SampleBufferIO.h | ||
void DoWork() |
Performs write operations async. | Sound/SampleBufferIO.h | |
TStatId GetStatId() |
Sound/SampleBufferIO.h |