Navigation
API > API/Editor > API/Editor/AdvancedPreviewScene
Inheritance Hierarchy
- UObject
- FEditorUndoClient
- UAssetViewerSettings
References
| Module | AdvancedPreviewScene |
| Header | /Engine/Source/Editor/AdvancedPreviewScene/Public/AssetViewerSettings.h |
| Include | #include "AssetViewerSettings.h" |
Syntax
UCLASS (Config=Editor, Meta=(DisplayName="Asset Viewer"))
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 | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Begin UObject | |
| void | |||
| void | PostRedo
(
bool bSuccess |
||
| void | PostUndo
(
bool bSuccess |
End UObject Begin FEditorUndoClient | |
| void | Save
(
bool bWarnIfFail |
Saves the config data out to the ini files |