Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceRedirector.h |
| Include | #include "Misc/OutputDeviceRedirector.h" |
Syntax
struct FBufferedLine
Remarks
The type of lines buffered by secondary threads.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bExternalAllocation | ||
| const FLazyName | Category | ||
| TUniquePtr< TCHAR[]> | Data | ||
| const double | Time | ||
| const ELogVerbosity::Type | Verbosity |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBufferedLine
(
const TCHAR* InData, |