 |
bool: 1 |
bAddDefaultPath |
If true, will add the path specified in DefaultPath to the tree if it doesn't exist already |
 |
bool: 1 |
bAllowClassesFolder |
If true, will allow class folders to be shown in the picker |
 |
bool: 1 |
bAllowContextMenu |
If false, the context menu will not open when an item is right clicked |
 |
bool: 1 |
bAllowReadOnlyFolders |
If true, will allow read-only folders to be shown in the picker |
 |
bool |
bCanShowDevelopersFolder |
Indicates if the 'Show Developers' option should be enabled or disabled |
 |
bool: 1 |
bFocusSearchBoxWhenOpened |
If true, the search box will gain focus when the path picker is created |
 |
bool |
bForceShowEngineContent |
Indicates if engine content should always be shown |
 |
bool |
bForceShowPluginContent |
Indicates if plugin content should always be shown |
 |
bool: 1 |
bNotifyDefaultPathSelected |
Whether to call OnPathSelected during construction for DefaultPath if DefaultPath is allowed |
 |
bool: 1 |
bOnPathSelectedPassesVirtualPaths |
If true, passes virtual paths to OnPathSelected instead of internal asset paths |
 |
bool: 1 |
bShowFavorites |
Whether or not to show the favorites selector. |
 |
bool |
bShowViewOptions |
If true, will add the filter setting to the path picker |
 |
TSharedPtr< FPathPermissionList > |
CustomFolderPermissionList |
Custom Folder permissions to be used to filter folders in this Path Picker. |
 |
FString |
DefaultPath |
The initial path to select. Leave empty to skip initial selection. |
 |
FOnGetFolderContextMenu |
OnGetFolderContextMenu |
The delegate that fires when a folder is right clicked and a context menu is requested |
 |
FContentBrowserMenuExtender_SelectedPaths |
OnGetPathContextMenuExtender |
The delegate that fires when a path is right clicked and a context menu is requested |
 |
FOnPathSelected |
OnPathSelected |
The delegate that fires when a path was selected |
 |
TArray< FSetPathPickerPathsDelegate * > |
SetPathsDelegates |
A pointer to an existing delegate that, when executed, will set the paths for the path picker after it is created. |