UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBufferedLine Struct Reference

#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
 

Detailed Description

The type of lines buffered by secondary threads.

Constructor & Destructor Documentation

◆ FBufferedLine()

FBufferedLine::FBufferedLine ( const TCHAR InData,
const FName InCategory,
ELogVerbosity::Type  InVerbosity,
const double  InTime = -1 
)
explicit

Member Data Documentation

◆ bExternalAllocation

bool FBufferedLine::bExternalAllocation

◆ Category

const FLazyName FBufferedLine::Category

◆ Data

TUniquePtr<TCHAR[]> FBufferedLine::Data

◆ Time

const double FBufferedLine::Time

◆ Verbosity

const ELogVerbosity::Type FBufferedLine::Verbosity

The documentation for this struct was generated from the following files: