Navigation
API > API/Developer > API/Developer/LogVisualizer
| Name | ULogVisualizerSettings |
| Type | class |
| Header File | /Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSettings.h |
| Include Path | #include "LogVisualizerSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorPerProjectUserSettings)
class ULogVisualizerSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULogVisualizerSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULogVisualizerSettings
(
const FObjectInitializer& ObjectInitializer |
LogVisualizerSettings.h |
Classes
| Name | Remarks |
|---|---|
| FSettingChangedEvent |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bConstrainGraphToLocalMinMax | bool | Graphs will be scaled around local Min/Max values (values being displayed) rather than all historic data | LogVisualizerSettings.h |
|
| bDrawExtremesOnGraphs | bool | Whether to extreme values on graph (data has to be provided for extreme values) | LogVisualizerSettings.h |
|
| bForceUniqueLogNames | bool | Controls how we generate log names. | LogVisualizerSettings.h |
|
| bIgnoreTrivialLogs | bool | Whether to show trivial logs, i.e. the ones with only one entry. | LogVisualizerSettings.h |
|
| bLogNavOctreeOnStop | bool | Whether to dump Navigation Octree on Stop recording or not | LogVisualizerSettings.h |
|
| bPersistentFilters | bool | Whether to store all filter settings on exit | LogVisualizerSettings.h |
|
| bResetDataWithNewSession | bool | Whether to reset current data or not for each new session. | LogVisualizerSettings.h |
|
| bSearchInsideLogs | bool | Whether to search/filter categories or to get text vlogs into account too | LogVisualizerSettings.h |
|
| bShowHistogramLabelsOutside | bool | Whether to show histogram labels inside graph or outside. Property disabled for now. | LogVisualizerSettings.h |
|
| bStickToRecentData | bool | LogVisualizerSettings.h | ||
| bUseFilterVolumes | bool | Whether to only show events occuring within one of visual logger filter volumes currently in the level | LogVisualizerSettings.h |
|
| bUsePlayersOnlyForPause | bool | Whether to use PlayersOnly during Pause or not | LogVisualizerSettings.h |
|
| DefaultCameraDistance | float | Camera distance used to setup location during reaction on log item double click | LogVisualizerSettings.h |
|
| GraphsBackgroundColor | FColor | Background color for 2d graphs visualization | LogVisualizerSettings.h |
|
| TrivialLogsThreshold | int32 | Threshold for trivial Logs | LogVisualizerSettings.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SettingChangedEvent | FSettingChangedEvent | Holds an event delegate that is executed when a setting has changed. | LogVisualizerSettings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearPersistentData() |
LogVisualizerSettings.h | ||
void ConfigureVisLog() |
LogVisualizerSettings.h | ||
UMaterial * GetDebugMeshMaterial() |
LogVisualizerSettings.h | ||
void LoadPersistentData() |
LogVisualizerSettings.h | ||
FSettingChangedEvent & OnSettingChanged() |
LogVisualizerSettings.h | ||
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
LogVisualizerSettings.h | ||
void SavePersistentData() |
LogVisualizerSettings.h |