FEditorToolAssetAPI::InteractiveSelectAssetPath

Allow the user to select a path and filename for an asset using a modal dialog

Windows
MacOS
Linux

Override Hierarchy

IToolsContextAssetAPI::InteractiveSelectAssetPath()

FEditorToolAssetAPI::InteractiveSelectAssetPath()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Tools/EditorToolAssetAPI.h

Include

#include "Tools/EditorToolAssetAPI.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Tools/EditorToolAssetAPI.cpp

Syntax

virtual FString InteractiveSelectAssetPath
(
    const FString & DefaultAssetName,
    const FText & DialogTitleMessage
)

Remarks

Allow the user to select a path and filename for an asset using a modal dialog

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