Navigation
Unreal Engine C++ API Reference > Developer > DesktopWidgets > Widgets > Input
Type
typedef TBaseDelegate_OneParam< void, const [FString](API\Runtime\Core\Containers\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.