SDlgPickPath

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickPath.h

Include

#include "Dialogs/DlgPickPath.h"

Syntax

class SDlgPickPath : public SWindow

Variables

Name Description

Protected variable

FText

 

Path

Protected variable

EAppReturnType:...

 

UserResponse

Constructors

Name Description

Public function

SDlgPickPath()

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Public function

const FText ...

 

GetPath()

Gets the resulting asset path

Protected function

FReply

 

OnButtonClick

(
    EAppReturnType::Type ButtonID
)

Protected function

void

 

OnPathChange

(
    const FString& NewPath
)

Public function

EAppReturnTy...

 

ShowModal()

Displays the dialog in a blocking fashion

Protected function

bool

 

ValidatePath()

Ensures supplied package name information is valid

Classes

Name

Description

Public struct

FArguments