Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Dialogs
Inheritance Hierarchy
- SCompoundWidget
- FSlateInvalidationRoot
- SWindow
- SDlgPickPath
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickPath.h |
| Include | #include "Dialogs/DlgPickPath.h" |
Syntax
class SDlgPickPath : public SWindow
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowReadOnlyFolders | If true, read only folders will be displayed | |
| FText | Path | ||
| EAppReturnType::Type | UserResponse |
Constructors
| Type | Name | Description | |
|---|---|---|---|
SDlgPickPath () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| const FText & | GetPath () |
Gets the resulting asset path | |
| FReply | OnButtonClick
(
EAppReturnType::Type ButtonID |
||
| void | OnPathChange
(
const FString& NewPath |
||
| EAppReturnType::Type | ShowModal () |
Displays the dialog in a blocking fashion | |
| bool | ValidatePath () |
Ensures supplied package name information is valid |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |