Request the log data for a given jobId from the AssetProcessor. More...
#include <AssetProcessorMessages.h>
Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (AssetJobLogRequest, AZ::OSAllocator) | |
| AZ_RTTI (AssetJobLogRequest, "{8E69F76E-F25D-486E-BC3F-26BB3FF5A3A3}", AzFramework::AssetSystem::BaseAssetProcessorMessage) | |
| AssetJobLogRequest (bool requireFencing=true) | |
| AssetJobLogRequest (AZ::u64 jobRunKey, bool requireFencing=true) | |
| unsigned int | GetMessageType () const override |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Public Attributes | |
| AZ::u64 | m_jobRunKey |
Static Public Attributes | |
| static constexpr unsigned int | MessageType = AZ_CRC_CE("AssetProcessor::AssetJobLogRequest") |
Request the log data for a given jobId from the AssetProcessor.