UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Logging::Private::FLogField Struct Reference

#include <StructuredLog.h>

Public Types

using FWriteFn = void(FCbWriter &Writer, const void *Value)
 

Static Public Member Functions

template<typename ValueType >
static void Write (FCbWriter &Writer, const void *Value)
 

Public Attributes

const ANSICHARName
 
const voidValue
 
FWriteFnWriteValue
 

Member Typedef Documentation

◆ FWriteFn

Member Function Documentation

◆ Write()

template<typename ValueType >
static void UE::Logging::Private::FLogField::Write ( FCbWriter Writer,
const void Value 
)
inlinestatic

Member Data Documentation

◆ Name

const ANSICHAR* UE::Logging::Private::FLogField::Name

◆ Value

const void* UE::Logging::Private::FLogField::Value

◆ WriteValue

FWriteFn* UE::Logging::Private::FLogField::WriteValue

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