Navigation
API > API/Developer > API/Developer/LogVisualizer
Inheritance Hierarchy
- FVisualLoggerFiltersData
- FVisualLoggerFilters
References
| Module | LogVisualizer |
| Header | /Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSettings.h |
| Include | #include "LogVisualizerSettings.h" |
Syntax
struct FVisualLoggerFilters : public FVisualLoggerFiltersData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnFilterCategoryAdded | OnFilterCategoryAdded | ||
| FOnFilterCategoryRemoved | OnFilterCategoryRemoved |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddCategory
(
FString InName, |
||
| void | DeactivateAllButThis
(
const FString& InName |
||
| void | DisableGraphData
(
FName GraphName, |
||
| void | |||
| FVisualLoggerFilters & | Get () |
||
| FCategoryFilter & | GetCategoryByName
(
const FString& InName |
||
| FCategoryFilter & | GetCategoryByName
(
const FName& InName |
||
| FString | |||
| const TArray< FString > & | |||
| void | Initialize () |
||
| void | InitWith
(
const FVisualLoggerFiltersData& NewFiltersData |
||
| bool | IsGraphDataDisabled
(
FName GraphName, |
||
| bool | MatchCategoryFilters
(
FString String, |
||
| bool | MatchObjectName
(
FString String |
||
| bool | MatchSearchString
(
FString String |
||
| void | OnNewItemHandler
(
const FVisualLoggerDBRow& BDRow, |
||
| void | RemoveCategory
(
FString InName |
||
| void | RemoveObjectFromSelection
(
FString ObjectName |
||
| void | Reset () |
||
| void | SelectObject
(
FString ObjectName |
||
| void | SetSearchString
(
FString InString |
||
| void | Shutdown () |
Constants
| Name | Description |
|---|---|
| StaticInstance |