Changed AP window title and popup messages
Signed-off-by: Victor Huang <huavicto@amazon.com>
This commit is contained in:
@@ -478,7 +478,7 @@ void ApplicationManagerBase::InitConnectionManager()
|
||||
result = QObject::connect(GetRCController(), &AssetProcessor::RCController::JobStarted, this,
|
||||
[](QString inputFile, QString platform)
|
||||
{
|
||||
QString msg = QCoreApplication::translate("Asset Processor", "Processing %1 (%2)...\n", "%1 is the name of the file, and %2 is the platform to process it for").arg(inputFile, platform);
|
||||
QString msg = QCoreApplication::translate("O3DE Asset Processor", "Processing %1 (%2)...\n", "%1 is the name of the file, and %2 is the platform to process it for").arg(inputFile, platform);
|
||||
AZ_Printf(AssetProcessor::ConsoleChannel, "%s", msg.toUtf8().constData());
|
||||
AssetNotificationMessage message(inputFile.toUtf8().constData(), AssetNotificationMessage::JobStarted, AZ::Data::s_invalidAssetType, platform.toUtf8().constData());
|
||||
EBUS_EVENT(AssetProcessor::ConnectionBus, SendPerPlatform, 0, message, platform);
|
||||
|
||||
Reference in New Issue
Block a user