Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (GetFullSourcePathFromRelativeProductPathResponse, AZ::OSAllocator) | |
| AZ_RTTI (GetFullSourcePathFromRelativeProductPathResponse, "{AA80F608-A8A7-49D2-A125-BCB9378526F0}", BaseAssetProcessorMessage) | |
| GetFullSourcePathFromRelativeProductPathResponse (bool resolved, const AZ::OSString &fullProductPath) | |
| unsigned int | GetMessageType () const override |
| The id of the message type, an unsigned int which can be used to identify which message it is. | |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Public Attributes | |
| AZ::OSString | m_fullSourcePath |
| bool | m_resolved |
|
overridevirtual |
The id of the message type, an unsigned int which can be used to identify which message it is.
Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.