ULogVisualizerSettings

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

ULogVisualizerSettings

References

Module

LogVisualizer

Header

/Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSettings.h

Include

#include "LogVisualizerSettings.h"

Syntax

class ULogVisualizerSettings : public UObject

Variables

Name Description

Public variable

bool

 

bConstrainGraphToLocalMinMax

Graphs will be scaled around local Min/Max values (values being displayed) rather than all historic data

Public variable

bool

 

bDrawExtremesOnGraphs

Whether to extreme values on graph (data has to be provided for extreme values)

Public variable

bool

 

bIgnoreTrivialLogs

Whether to show trivial logs, i.e. the ones with only one entry.

Public variable

bool

 

bLogNavOctreeOnStop

Whether to dump Navigation Octree on Stop recording or not

Public variable

bool

 

bPresistentFilters

Whether to store all filter settings on exit

Public variable

bool

 

bResetDataWithNewSession

Whether to reset current data or not for each new session.

Public variable

bool

 

bSearchInsideLogs

Whether to search/filter categories or to get text vlogs into account too

Public variable

bool

 

bShowHistogramLabelsOutside

Whether to show histogram labels inside graph or outside. Property disabled for now.

Public variable

bool

 

bStickToRecentData

Whether to show the recent data or not. Property disabled for now.

Public variable

bool

 

bUsePlayersOnlyForPause

Whether to use PlayersOnly during Pause or not

Protected variable

UMaterial *

 

DebugMeshMaterialFakeLight

A material used to render debug meshes with kind of flat shading, mostly used by Visual Logger tool.

Protected variable

FString

 

DebugMeshMaterialFakeLightName

Public variable

float

 

DefaultCameraDistance

Camera distance used to setup location during reaction on log item double click

Public variable

FColor

 

GraphsBackgroundColor

Background color for 2d graphs visualization

Protected variable

FVisualLoggerFi...

 

PresistentFilters

Public variable

int32

 

TrivialLogsThreshold

Threshold for trivial Logs

Constructors

Name Description

Public function

ULogVisualizerSettings

(
    const FObjectInitializer& ObjectIn...
)

Functions

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Classes

Name

Description

Public class

FSettingChangedEvent

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