Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::AssetSystem::AssetJobLogResponse Class Reference

This will be sent in response to the AssetJobLogRequest request, and will contain the complete job log as a string. More...

#include <AssetProcessorMessages.h>

Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.

Public Member Functions

 AZ_CLASS_ALLOCATOR (AssetJobLogResponse, AZ::OSAllocator)
 
 AZ_RTTI (AssetJobLogResponse, "{4CBB55AB-24E3-4A7A-ACB7-54069289AF2C}", AzFramework::AssetSystem::BaseAssetProcessorMessage)
 
 AssetJobLogResponse (const AZStd::string &jobLog, bool isSuccess)
 
unsigned int GetMessageType () const override
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

bool m_isSuccess = false
 
AZStd::string m_jobLog
 

Detailed Description

This will be sent in response to the AssetJobLogRequest request, and will contain the complete job log as a string.


The documentation for this class was generated from the following file: