FOnPathPicked

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

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss