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

Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.

Public Member Functions

 AZ_CLASS_ALLOCATOR (FileReadResponse, AZ::OSAllocator)
 
 AZ_RTTI (FileReadResponse, "{FFD02544-A10A-42B2-9899-54D7F6C426ED}", BaseAssetProcessorMessage)
 
 FileReadResponse (AZ::u32 resultCode, void *data, AZ::u64 dataLength)
 
unsigned int GetMessageType () const override
 The id of the message type, an unsigned int which can be used to identify which message it is.
 
- Public Member Functions inherited from AzFramework::AssetSystem::BaseAssetProcessorMessage
 AZ_RTTI (BaseAssetProcessorMessage, "{366A7093-C57B-4514-A1BD-A6437AEF2098}")
 
 BaseAssetProcessorMessage (bool requireFencing=false)
 
bool RequireFencing () const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from AzFramework::AssetSystem::BaseAssetProcessorMessage
static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::u32 m_resultCode
 
AZStd::vector< AZ::u8, AZ::OSStdAllocator > m_data
 

Member Function Documentation

◆ GetMessageType()

unsigned int AzFramework::AssetSystem::FileReadResponse::GetMessageType ( ) const
overridevirtual

The id of the message type, an unsigned int which can be used to identify which message it is.

Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.


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