Navigation
API > API/Developer > API/Developer/DesktopWidgets > API/Developer/DesktopWidgets/Widgets > API/Developer/DesktopWidgets/Widgets/Input
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SFilePathPicker
References
| Module | DesktopWidgets |
| Header | /Engine/Source/Developer/DesktopWidgets/Public/Widgets/Input/SFilePathPicker.h |
| Include | #include "Widgets/Input/SFilePathPicker.h" |
Syntax
class SFilePathPicker : public SCompoundWidget
Remarks
Implements an editable text box with a browse button.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Constructs a new widget. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |