Navigation
API > API/Editor > API/Editor/ClassViewer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UClassViewerProjectSettings
References
| Module | ClassViewer |
| Header | /Engine/Source/Editor/ClassViewer/Public/ClassViewerProjectSettings.h |
| Include | #include "ClassViewerProjectSettings.h" |
Syntax
class UClassViewerProjectSettings : public UObject
Remarks
Implements the settings for the Class Viewer Project Settings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSoftClassPath > | InternalOnlyClasses | The base classes to be considered Internal Only for the class picker. | |
| TArray< FDirectoryPath > | InternalOnlyPaths | The base directories to be considered Internal Only for the class picker. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UClassViewerProjectSettings
(
const FObjectInitializer& ObjectInitializer |