Navigation
API > API/Editor > API/Editor/AdvancedPreviewScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAssetViewerSettings
References
Module | AdvancedPreviewScene |
Header | /Engine/Source/Editor/AdvancedPreviewScene/Public/AssetViewerSettings.h |
Include | #include "AssetViewerSettings.h" |
Syntax
class UAssetViewerSettings :
public UObject,
public FEditorUndoClient
Remarks
Default asset viewer settings.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bFakeConfigValue_HACK | This will enforce mutable CDO of UAssetViewerSettings transacted. |
![]() |
int32 | NumProfiles | Cached value to determine whether or not a profile was added or removed |
![]() |
FOnAssetViewerProfileAddRemovedEvent | OnAssetViewerProfileAddRemovedEvent | |
![]() |
FOnAssetViewerSettingsChangedEvent | OnAssetViewerSettingsChangedEvent | Broadcasts after an scene profile was added or deleted from the asset viewer singleton instance |
![]() |
FOnAssetViewerSettingsPostUndo | OnAssetViewerSettingsPostUndoEvent | |
![]() |
TArray< FPreviewSceneProfile > | Profiles | End FEditorUndoClient Collection of scene profiles |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UAssetViewerSettings * | Get () |
|
![]() |
FOnAssetViewerProfileAddRemovedEvent & | ||
![]() |
FOnAssetViewerSettingsChangedEvent & | ||
![]() |
FOnAssetViewerSettingsPostUndo & | ||
![]() |
void | Save
(
bool bWarnIfFail |
Saves the config data out to the ini files |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Begin UObject |
![]() ![]() |
void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Overridden from FEditorUndoClient
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostRedo
(
bool bSuccess |
Signal that client should run any PostRedo code |
![]() ![]() |
void | PostUndo
(
bool bSuccess |
End UObject Begin FEditorUndoClient |