Navigation
API > API/Developer > API/Developer/LogVisualizer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULogVisualizerSessionSettings
References
| Module | LogVisualizer |
| Header | /Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSessionSettings.h |
| Include | #include "LogVisualizerSessionSettings.h" |
Syntax
class ULogVisualizerSessionSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableGraphsVisualization | Whether to show trivial logs, i.e. the ones with only one entry. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULogVisualizerSessionSettings
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSettingChangedEvent & |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSettingChangedEvent |