FDatasmithUIManager

Windows
MacOS
Linux

References

Module

DatasmithImporter

Header

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

Include

#include "UI/DatasmithUIManager.h"

Syntax

class FDatasmithUIManager

Functions

Name Description

Public function

TSharedPtr< ...

 

AddMenuEntry

(
    const FString& CommandName,
    const FText& Caption,
    const FText& Description,
    const FString& IconResourcePath,
    FExecuteAction ExecuteAction,
    UClass* FactoryClass
)

Add a menu entry to the Datasmith importers drop-down menu

Public function Static

FDatasmithUI...

 

Get()

Get the DatasmithUI manager singleton instance.

Public function Static

void

 

Initialize()

Public function

void

 

RemoveMenuEntry

(
    const TSharedPtr< FUICommandInfo > ...
)

Remove a menu entry from the Datasmith importers drop-down menu

Public function

void

 

SetLastFactoryUsed

(
    UClass* Class
)

Set the last factory used through the menu

Public function Static

void

 

Shutdown()

Constants

Name

Description

Instance

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