Navigation
Unreal Engine C++ API Reference > Developer > DesktopWidgets > Widgets > Input
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SDirectoryPicker
References
Module | DesktopWidgets |
Header | /Engine/Source/Developer/DesktopWidgets/Public/Widgets/Input/SDirectoryPicker.h |
Include | #include "Widgets/Input/SDirectoryPicker.h" |
Syntax
class SDirectoryPicker : public SCompoundWidget
Remarks
A directory path box, with a button for picking a new path.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Construct
(
const FArguments& InArgs |
|
![]() ![]() |
FString | GetDirectory () |
|
![]() ![]() |
FString | GetFilePath () |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments |
Typedefs
Name | Description |
---|---|
FOnDirectoryChanged | |
FOnDirectoryPicked | Declares a delegate that is executed when a file was picked in the SFilePathPicker widget. |