UAssetViewerSettings

Default asset viewer settings.

Unreal Engine C++ API Reference > Editor > AdvancedPreviewScene

Inheritance Hierarchy

References

   
Module AdvancedPreviewScene
Header /Engine/Source/Editor/AdvancedPreviewScene/Public/AssetViewerSettings.h
Include #include "AssetViewerSettings.h"

Syntax

class UAssetViewerSettings :  
    public [UObject](API\Runtime\CoreUObject\UObject\UObject),  
    public [FEditorUndoClient](API\Editor\UnrealEd\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
FOnAssetViewerP... OnAssetViewerProfileAddRemovedEvent  
FOnAssetViewerS... OnAssetViewerSettingsChangedEvent Broadcasts after an scene profile was added or deleted from the asset viewer singleton instance
FOnAssetViewerS... OnAssetViewerSettingsPostUndoEvent  
TArray< FPrevie... Profiles End FEditorUndoClient Collection of scene profiles

Constructors

Type Name Description
  UAssetViewerSettings ()  

Destructors

Type Name Description
  ~UAssetViewerSettings ()  

Functions

Type Name Description
UAssetViewer... Get ()  
FOnAssetView... OnAssetViewerProfileAddRemoved ()  
FOnAssetView... OnAssetViewerSettingsChanged ()  
FOnAssetView... OnAssetViewerSettingsPostUndo ()  
void Save ( bool bWarnIfFail ) Saves the config data out to the ini files

Overridden from UObject

Type Name Description
void PostEditChangeProperty ( FPropertyChangedEvent& PropertyCha... ) Begin UObject
void PostInitProperties () 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

Classes

Type Name Description
Public class FOnAssetViewerProfileAddRemovedEvent  
Public class FOnAssetViewerSettingsChangedEvent  
Public class FOnAssetViewerSettingsPostUndo  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library