FPathPickerConfig

A struct containing details about how the path picker should behave

Windows
MacOS
Linux

References

Module

ContentBrowser

Header

/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h

Include

#include "IContentBrowserSingleton.h"

Syntax

struct FPathPickerConfig

Remarks

A struct containing details about how the path picker should behave

Variables

Name Description

Public variable

bool

 

bAddDefaultPath

If true, will add the path specified in DefaultPath to the tree if it doesn't exist already

Public variable

bool

 

bAllowClassesFolder

If true, will allow class folders to be shown in the picker

Public variable

bool

 

bAllowContextMenu

If false, the context menu will not open when an item is right clicked

Public variable

bool

 

bAllowReadOnlyFolders

If true, will allow read-only folders to be shown in the picker

Public variable

bool

 

bFocusSearchBoxWhenOpened

If true, the search box will gain focus when the path picker is created

Public variable

FString

 

DefaultPath

The initial path to select. Leave empty to skip initial selection.

Public variable

FOnGetFolderCon...

 

OnGetFolderContextMenu

The delegate that fires when a folder is right clicked and a context menu is requested

Public variable

FContentBrowser...

 

OnGetPathContextMenuExtender

The delegate that fires when a path is right clicked and a context menu is requested

Public variable

FOnPathSelected

 

OnPathSelected

The delegate that fires when a path was selected

Public variable

TArray< FSetPat...

 

SetPathsDelegates

A pointer to an existing delegate that, when executed, will set the paths for the path picker after it is created.

Constructors

Name Description

Public function

FPathPickerConfig()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss