Navigation
API > API/Editor > API/Editor/UnrealEd
Implements the Class Viewer's loading and saving settings.
| Name | UClassViewerSettings |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Settings/ClassViewerSettings.h |
| Include Path | #include "Settings/ClassViewerSettings.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings, MinimalAPI)
class UClassViewerSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UClassViewerSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UClassViewerSettings
(
const FObjectInitializer& ObjectInitializer |
Settings/ClassViewerSettings.h |
Classes
| Name | Remarks |
|---|---|
| FSettingChangedEvent | Returns an event delegate that is executed when a setting has changed. |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SettingChangedEvent | FSettingChangedEvent | Holds an event delegate that is executed when a setting has changed. | Settings/ClassViewerSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllowedClasses | TArray< FString > | Settings/ClassViewerSettings.h |
|
|
| DeveloperFolderType | EClassViewerDeveloperType | The developer folder view modes used in SClassViewer | Settings/ClassViewerSettings.h |
|
| DisplayInternalClasses | bool | Whether to display internal use classes. | Settings/ClassViewerSettings.h |
|
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FixupShortNames() |
Settings/ClassViewerSettings.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Settings/ClassViewerSettings.h | ||
virtual void PostInitProperties() |
Settings/ClassViewerSettings.h | ||
virtual void PostLoad() |
Settings/ClassViewerSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSettingChangedEvent & OnSettingChanged() |
Settings/ClassViewerSettings.h |