 |
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: 1 |
bFocusSearchBoxWhenOpened |
If true, the search box will gain focus when the path picker is created |
 |
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. |
 |
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. |