FBufferedLine

The type of lines buffered by secondary threads.

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bExternalAllocation

Public variable

const FLazyName

 

Category

Public variable

const TCHAR ...

 

Data

Public variable

const double

 

Time

Public variable

const ELogVerbo...

 

Verbosity

Constructors

Name Description

Public function

FBufferedLine

(
    const FBufferedLine&
)

Noncopyable for now, could be made movable

Public function

FBufferedLine

(
    FBufferedLine& InBufferedLine,
    EBufferedLineInit Unused
)

Public function

FBufferedLine

(
    const TCHAR* InData,
    const FName& InCategory,
    ELogVerbosity::Type InVerbosity,
    const double InTime,
    FLogAllocator* ExternalAllocat...
)

Public function

FBufferedLine

(
    const TCHAR* InData,
    const FLazyName& InCategory,
    ELogVerbosity::Type InVerbosity,
    const double InTime,
    FLogAllocator* ExternalAllocat...
)

Destructors

Name Description

Public function

~FBufferedLine()

Operators

Name Description

Public function

FBufferedLin...

 

operator=

(
    const FBufferedLine&
)

Enums

Name

Description

Public enum

EBufferedLineInit

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss