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