// Put your "OnButtonClicked" stuff here
    FText DialogText = FText::Format(
                            LOCTEXT("PluginButtonDialogText", "Add code to {0} in {1} to override this button's actions"),
                            FText::FromString(TEXT("FTestButtonModule::PluginButtonClicked()")),
                            FText::FromString(TEXT("TestButton.cpp"))
                       );
    FMessageDialog::Open(EAppMsgType::Ok, DialogText);

 FNotificationInfo NormalMapNotification( FText::Format(LOCTEXT("ImportTexture_IsNormalMap", "Texture {TextureName} was imported as a normal map"), Args ) );

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
猜你喜欢
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案