Navigation
API > API/Editor > API/Editor/ContentBrowser
A struct containing details about how the path picker should behave
| Name | FPathPickerConfig |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
Syntax
struct FPathPickerConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPathPickerConfig() |
IContentBrowserSingleton.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAddDefaultPath | bool | If true, will add the path specified in DefaultPath to the tree if it doesn't exist already | IContentBrowserSingleton.h | |
| bAllowClassesFolder | bool | If true, will allow class folders to be shown in the picker | IContentBrowserSingleton.h | |
| bAllowContextMenu | bool | If false, the context menu will not open when an item is right clicked | IContentBrowserSingleton.h | |
| bAllowReadOnlyFolders | bool | If true, will allow read-only folders to be shown in the picker | IContentBrowserSingleton.h | |
| bCanShowDevelopersFolder | bool | Indicates if the 'Show Developers' option should be enabled or disabled | IContentBrowserSingleton.h | |
| bFocusSearchBoxWhenOpened | bool | If true, the search box will gain focus when the path picker is created | IContentBrowserSingleton.h | |
| bForceShowEngineContent | bool | Indicates if engine content should always be shown | IContentBrowserSingleton.h | |
| bForceShowPluginContent | bool | Indicates if plugin content should always be shown | IContentBrowserSingleton.h | |
| bNotifyDefaultPathSelected | bool | Whether to call OnPathSelected during construction for DefaultPath if DefaultPath is allowed | IContentBrowserSingleton.h | |
| bOnPathSelectedPassesVirtualPaths | bool | If true, passes virtual paths to OnPathSelected instead of internal asset paths | IContentBrowserSingleton.h | |
| bShowFavorites | bool | Whether or not to show the favorites selector. | IContentBrowserSingleton.h | |
| bShowViewOptions | bool | If true, will add the filter setting to the path picker | IContentBrowserSingleton.h | |
| CustomFolderPermissionList | TSharedPtr< FPathPermissionList > | Custom Folder permissions to be used to filter folders in this Path Picker. | IContentBrowserSingleton.h | |
| DefaultPath | FString | The initial path to select. Leave empty to skip initial selection. | IContentBrowserSingleton.h | |
| OnGetFolderContextMenu | FOnGetFolderContextMenu | The delegate that fires when a folder is right clicked and a context menu is requested | IContentBrowserSingleton.h | |
| OnGetPathContextMenuExtender | FContentBrowserMenuExtender_SelectedPaths | The delegate that fires when a path is right clicked and a context menu is requested | IContentBrowserSingleton.h | |
| OnPathSelected | FOnPathSelected | The delegate that fires when a path was selected | IContentBrowserSingleton.h | |
| SetPathsDelegates | TArray< FSetPathPickerPathsDelegate * > | A pointer to an existing delegate that, when executed, will set the paths for the path picker after it is created. | IContentBrowserSingleton.h |