Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundWavePCMWriter
Description
Call this on the game thread to continue the write operation. Optionally provide a pointer to an ESoundWavePCMWriterState which will be written to with the current state of the write operation. Returns a float value from 0 to 1 indicating how complete the write operation is.
| Name | CheckStatus |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SampleBufferIO.h |
| Include Path | #include "Sound/SampleBufferIO.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SampleBufferIO.cpp |
float CheckStatus
(
ESoundWavePCMWriterState * OutCurrentState
)