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