SSelectExportPathDialog

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

IKRigEditor

Header

/Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SRetargetAnimAssetsWindow.h

Include

#include "RetargetEditor/SRetargetAnimAssetsWindow.h"

Syntax

class SSelectExportPathDialog : public SWindow

Variables

Name Description

Protected variable

FText

 

AssetPath

Protected variable

EAppReturnType:...

 

UserResponse

Constructors

Name Description

Public function

SSelectExportPathDialog()

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Public function

FString

 

GetAssetPath()

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

Classes

Name

Description

Public struct

FArguments