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::AssetJobLogRequest Class Reference

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("AssetProcessor::AssetJobLogRequest", 0xfbb80fd3)
 

Detailed Description

Request the log data for a given jobId from the AssetProcessor.


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