FDatasmithUICommands

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DatasmithImporter

Header

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/UI/DatasmithUICommands.h

Include

#include "UI/DatasmithUICommands.h"

Syntax

class FDatasmithUICommands : public TCommands< FDatasmithUICommands >

Variables

Name Description

Public variable

TArray< TShared...

 

MenuCommands

Public variable

TSharedPtr< FUI...

 

RepeatLastImport

Constructors

Name Description

Public function

FDatasmithUICommands()

Functions

Name Description

Public function Static

TSharedPtr< ...

 

AddMenuCommand

(
    const FString& CommandName,
    const FText& Caption,
    const FText& Description
)

Add a new command to the Datasmith menu.

Public function Static

void

 

RemoveMenuCommand

(
    const TSharedPtr< FUICommandInfo > ...
)

Remove a command from the Datasmith menu.

Overridden from TCommands

Name Description

Public function Virtual

void

 

RegisterCommands()

Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro.

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