Navigation
API > API/Developer > API/Developer/DesktopWidgets > API/Developer/DesktopWidgets/SFilePathPicker
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/DesktopWidgets/Public/Widgets/Input/SFilePathPicker.h |
| Include Path | #include "Widgets/Input/SFilePathPicker.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SFilePathPicker >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SFilePathPicker::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Input/SFilePathPicker.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Input/SFilePathPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & BrowseButtonImage
(
const TAttribute< const FSlateBrush* >& InAttribute |
Browse button image resource. | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & BrowseButtonStyle
(
const FButtonStyle* InArg |
Browse button visual style. | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & BrowseButtonToolTip
(
const TAttribute< FText >& InAttribute |
Browse button tool tip text. | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & BrowseDirectory
(
const TAttribute< FString >& InAttribute |
The directory to browse by default | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & BrowseTitle
(
const TAttribute< FText >& InAttribute |
Title for the browse dialog window. | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & DialogReturnsFullPath
(
const TAttribute< bool >& InAttribute |
Whether the path returned by the dialog should be converted from relative to full | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & FilePath
(
const TAttribute< FString >& InAttribute |
The currently selected file path. | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & FileTypeFilter
(
const TAttribute< FString >& InAttribute |
File type filter string. | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Font color and opacity of the path text box. | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & IsReadOnly
(
const TAttribute< bool >& InAttribute |
Whether the path text box can be modified by the user. | Widgets/Input/SFilePathPicker.h | |
WidgetArgsType & OnPathPicked
(
const FOnPathPicked& InDelegate |
Called when a file path has been picked. | Widgets/Input/SFilePathPicker.h |