Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/ReferenceViewer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UReferenceViewerSettings
References
| Module | AssetManagerEditor |
| Header | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/ReferenceViewerSettings.h |
| Include | #include "ReferenceViewer/ReferenceViewerSettings.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings)
class UReferenceViewerSettings : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| int32 | |||
| int32 | |||
| int32 | |||
| const TArray< FilterState > & | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | IsShowPath () |
||
| bool | |||
| bool | |||
| bool | |||
| void | SetAutoUpdateFilters
(
bool bNewEnabled |
||
| void | SetCompactModeEnabled
(
bool bNewEnabled |
||
| void | SetEnableCollectionFilter
(
bool bEnabled |
||
| void | SetEnablePluginFilter
(
bool bEnabled |
||
| void | SetFiltersEnabled
(
bool bNewEnabled |
||
| void | SetFindPathEnabled
(
bool bNewEnabled |
||
| void | SetSearchBreadthLimit
(
int32 NewBreadthLimit |
||
| void | SetSearchBreadthLimitEnabled
(
bool bNewEnabled |
||
| void | SetSearchDependencyDepthLimit
(
int32 NewDepthLimit, |
||
| void | SetSearchDepthLimitEnabled
(
bool bNewEnabled |
||
| void | SetSearchReferencerDepthLimit
(
int32 NewDepthLimit, |
||
| void | SetShowCodePackages
(
bool bNewEnabled |
||
| void | SetShowDependencies
(
const bool bShouldShowDependencies |
||
| void | SetShowDuplicatesEnabled
(
bool bNewEnabled |
||
| void | SetShowEditorOnlyReferencesEnabled
(
bool bNewEnabled |
||
| void | SetShowExternalReferencersEnabled
(
bool bNewEnabled |
||
| void | SetShowFilteredPackagesOnlyEnabled
(
bool bNewEnabled |
||
| void | SetShowHardReferencesEnabled
(
bool bNewEnabled |
||
| void | SetShowManagementReferencesEnabled
(
bool bNewEnabled |
||
| void | SetShowPathEnabled
(
bool bNewEnabled |
||
| void | SetShowReferencers
(
const bool bShouldShowReferencers |
||
| void | SetShowSearchableNames
(
bool bNewEnabled |
||
| void | SetShowSoftReferencesEnabled
(
bool bNewEnabled |
||
| void | SetUserFilters
(
TArray< FilterState >& InFilters |