FOnDirectoryPicked

Declares a delegate that is executed when a file was picked in the [SFilePathPicker](API\Developer\DesktopWidgets\Widgets\Input\SFilePathPicker) widget.

Unreal Engine C++ API Reference > Developer > DesktopWidgets > Widgets > Input > SDirectoryPicker

Type

typedef TBaseDelegate_OneParam< void, const [FString](API\Runtime\Core\Containers\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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library