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

#include <AssetProcessorMessages.h>

Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.

Public Member Functions

 AZ_CLASS_ALLOCATOR (AssetFingerprintClearResponse, AZ::OSAllocator)
 
 AZ_RTTI (AssetFingerprintClearResponse, "{FA7960F5-3F02-46C8-B85B-CB23A1D529B1}", AzFramework::AssetSystem::BaseAssetProcessorMessage)
 
 AssetFingerprintClearResponse (bool isSuccess)
 
unsigned int GetMessageType () const override
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

bool m_isSuccess = false
 
AssetSystem::JobInfoContainer m_jobList
 

Detailed Description

This will be send in response to the AssetFingerprintClearRequest request, and will contain if a fingerprint was actually cleared.


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