Navigation
API > API/Editor > API/Editor/ContentBrowser
Inheritance Hierarchy
- FSharedAssetDialogConfig
- FOpenAssetDialogConfig
- FSaveAssetDialogConfig
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include | #include "IContentBrowserSingleton.h" |
Syntax
struct FSharedAssetDialogConfig
Remarks
A struct containing shared details about how asset dialogs should behave. You should not instanciate this config, but use FOpenAssetDialogConfig or FSaveAssetDialogConfig instead.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FTopLevelAssetPath > | AssetClassNames | ||
| FString | DefaultPath | ||
| FText | DialogTitleOverride | ||
| FOnPathSelected | OnPathSelected | ||
| FVector2D | WindowSizeOverride |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| EAssetDialogType::Type |