Navigation
Unreal Engine C++ API Reference > Developer > DesktopWidgets > Widgets > Input > SDirectoryPicker
Type
typedef TBaseDelegate_OneParam< void, const FString & > FOnDirectoryPicked
References
Module | DesktopWidgets |
Header | /Engine/Source/Developer/DesktopWidgets/Public/Widgets/Input/SDirectoryPicker.h |
Include | #include "Widgets/Input/SDirectoryPicker.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.