![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BufferDiagnostics.h>
Public Member Functions | |
| SIGNALPROCESSING_API | FCheckedBufferState (const int32 InLine, const TCHAR *InFile, const TCHAR *InName, const ECheckBufferFlags InCheckFlags=ECheckBufferFlags::None, const EBufferCheckBehavior InCheckBehavior=EBufferCheckBehavior::Ensure) |
| SIGNALPROCESSING_API bool | DoCheck (TArrayView< const float > InBuffer) |
| SIGNALPROCESSING_API void | FailedBufferCheckImpl (const TCHAR *InFormat,...) const |
Static Public Member Functions | |
| static void | ForEach (TFunctionRef< void(FCheckedBufferState &)> InCmd) |
Public Attributes | |
| FCheckedBufferState * | Next = nullptr |
| const TCHAR * | Name = nullptr |
| int32 | Line = 0 |
| const TCHAR * | File = nullptr |
| ECheckBufferFlags | CheckFlags = ECheckBufferFlags::None |
| ECheckBufferFlags | FailFlags = ECheckBufferFlags::None |
| EBufferCheckBehavior | Behavior = EBufferCheckBehavior::Ensure |
Static Public Attributes | |
| static FCriticalSection | ListCs |
| static FCheckedBufferState * | Head = nullptr |
| Audio::FCheckedBufferState::FCheckedBufferState | ( | const int32 | InLine, |
| const TCHAR * | InFile, | ||
| const TCHAR * | InName, | ||
| const ECheckBufferFlags | InCheckFlags = ECheckBufferFlags::None, |
||
| const EBufferCheckBehavior | InCheckBehavior = EBufferCheckBehavior::Ensure |
||
| ) |
| bool Audio::FCheckedBufferState::DoCheck | ( | TArrayView< const float > | InBuffer | ) |
|
static |
| EBufferCheckBehavior Audio::FCheckedBufferState::Behavior = EBufferCheckBehavior::Ensure |
| ECheckBufferFlags Audio::FCheckedBufferState::CheckFlags = ECheckBufferFlags::None |
| ECheckBufferFlags Audio::FCheckedBufferState::FailFlags = ECheckBufferFlags::None |
| const TCHAR* Audio::FCheckedBufferState::File = nullptr |
|
static |
| int32 Audio::FCheckedBufferState::Line = 0 |
|
static |
| const TCHAR* Audio::FCheckedBufferState::Name = nullptr |
| FCheckedBufferState* Audio::FCheckedBufferState::Next = nullptr |