Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
UVisualLoggerSettings |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerSettings.h |
| Include Path |
#include "VisualLogger/VisualLoggerSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=VisualLogger, defaultconfig, DisplayName="VisualLogger")
class UVisualLoggerSettings : public UDeveloperSettings
Inheritance Hierarchy
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bUseVerbosityFilterWhenRecording |
bool |
Whether logging functions based on LogCategories should record an entry based on the category active verbosity level. |
VisualLogger/VisualLoggerSettings.h |
- Config
- EditAnywhere
- Category="Recording"
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void SetUseVerbosityFilterWhenRecording
(
bool bEnable
)
|
|
VisualLogger/VisualLoggerSettings.h |
|
Protected Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void PostInitProperties()
|
|
VisualLogger/VisualLoggerSettings.h |
|