FAsyncSoundWavePCMWriteWorker

[FAsyncSoundWavePCMWriteWorker](API\Runtime\Engine\Sound\FAsyncSoundWavePCMWriteWorker) This class is used by [FSoundWavePCMWriter](API\Runtime\Engine\Sound\FSoundWavePCMWriter) to handle async writing.

Windows
MacOS
Linux

Inheritance Hierarchy

FNonAbandonableTask

FAsyncSoundWavePCMWriteWorker

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SampleBufferIO.h

Include

#include "Sound/SampleBufferIO.h"

Syntax

class FAsyncSoundWavePCMWriteWorker : public FNonAbandonableTask

Remarks

FAsyncSoundWavePCMWriteWorker This class is used by FSoundWavePCMWriter to handle async writing.

Variables

Constructors

Name Description

Public function

FAsyncSoundWavePCMWriteWorker

(
    FSoundWavePCMWriter* InWriter,
    ESoundWavePCMWriteTaskType InTaskTy...,
    TFunction< void&#...
)

Destructors

Functions

Name Description

Public function

void

 

Abandon()

Public function

bool

 

CanAbandon()

Public function

void

 

DoWork()

Performs write operations async.

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