Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FOutputDevice
- FBufferedOutputDevice
- UEngine::FErrorsAndWarningsCollector
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/BufferedOutputDevice.h |
Include | #include "Misc/BufferedOutputDevice.h" |
Syntax
class FBufferedOutputDevice : public FOutputDevice
Remarks
Buffered output device.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FBufferedLine > | BufferedLines | |
![]() |
ELogVerbosity::Type | FilterLevel | |
![]() |
FCriticalSection | SynchronizationObject |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | GetContents
(
TArray< FBufferedLine >& DestBuffer |
|
![]() |
void | RedirectTo
(
FOutputDevice& Ar |
Pushes buffered lines into the specified output device. |
![]() |
void | SetVerbosity
(
ELogVerbosity::Type Verbosity |
Overridden from FOutputDevice
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Serialize
(
const TCHAR* InData, |