![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <OutputDeviceRedirector.h>
Public Member Functions | |
| CORE_API | FBufferedLine (const TCHAR *InData, const FName &InCategory, ELogVerbosity::Type InVerbosity, const double InTime=-1) |
Public Attributes | |
| TUniquePtr< TCHAR[]> | Data |
| const FLazyName | Category |
| const double | Time |
| const ELogVerbosity::Type | Verbosity |
| bool | bExternalAllocation |
The type of lines buffered by secondary threads.
|
explicit |
| bool FBufferedLine::bExternalAllocation |
| const FLazyName FBufferedLine::Category |
| TUniquePtr<TCHAR[]> FBufferedLine::Data |
| const double FBufferedLine::Time |
| const ELogVerbosity::Type FBufferedLine::Verbosity |