Navigation
API > API/Developer > API/Developer/DesktopWidgets > API/Developer/DesktopWidgets/Widgets > API/Developer/DesktopWidgets/Widgets/Input
Type
typedef TBaseDelegate_OneParam< void, const FString & > FOnPathPicked
References
Module | DesktopWidgets |
Header | /Engine/Source/Developer/DesktopWidgets/Public/Widgets/Input/SFilePathPicker.h |
Include | #include "Widgets/Input/SFilePathPicker.h" |
Remarks
Declares a delegate that is executed when a file was picked in the SFilePathPicker widget.
The first parameter will contain the path to the picked file.