SCreateAnimationAssetDlg

Dialog to prompt users to decide an animation asset name

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/AnimationEditorUtils.h

Include

#include "AnimationEditorUtils.h"

Syntax

class SCreateAnimationAssetDlg : public SWindow

Remarks

Dialog to prompt users to decide an animation asset name

Variables

Name Description

Protected variable

FText

 

AssetName

Protected variable

FText

 

AssetPath

Protected variable

EAppReturnType:...

 

UserResponse

Constructors

Name Description

Public function

SCreateAnimationAssetDlg()

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Public function

FString

 

GetAssetName()

Gets the resulting asset name

Public function

FString

 

GetAssetPath()

Gets the resulting asset path

Public function

FString

 

GetFullAssetPath()

Gets the resulting full asset path (path+'/'+name)

Protected function

FReply

 

OnButtonClick

(
    EAppReturnType::Type ButtonID
)

Protected function

void

 

OnNameChange

(
    const FText& NewName,
    ETextCommit::Type CommitInfo
)

Protected function

void

 

OnPathChange

(
    const FString& NewPath
)

Public function

EAppReturnTy...

 

ShowModal()

Displays the dialog in a blocking fashion

Protected function

bool

 

ValidatePackage()

Ensures supplied package name information is valid

Classes

Name

Description

Public struct

FArguments

Constants

Name

Description

LastUsedAssetPath

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