Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
|
| enum | ChangeType { CheckMove
, Move
, CheckDelete
, Delete
} |
| |
|
|
| AZ_CLASS_ALLOCATOR (AssetChangeReportRequest, AZ::OSAllocator) |
| |
|
| AZ_RTTI (AssetChangeReportRequest, "{EF108E73-08F7-4CBC-A808-61A2EC544A6E}", BaseAssetProcessorMessage) |
| |
|
| AssetChangeReportRequest (const AZ::OSString &fromPath, const AZ::OSString &toPath, ChangeType changeType=ChangeType::Move, bool isFolder=false) |
| |
| unsigned int | GetMessageType () const override |
| | The id of the message type, an unsigned int which can be used to identify which message it is.
|
| |
|
| AZ_RTTI (BaseAssetProcessorMessage, "{366A7093-C57B-4514-A1BD-A6437AEF2098}") |
| |
|
| BaseAssetProcessorMessage (bool requireFencing=false) |
| |
| bool | RequireFencing () const |
| |
|
|
static void | Reflect (AZ::ReflectContext *context) |
| |
|
static void | Reflect (AZ::ReflectContext *context) |
| |
|
|
AZ::OSString | m_fromPath |
| |
|
AZ::OSString | m_toPath |
| |
|
ChangeType | m_type |
| |
|
bool | m_isFolder |
| |
|
|
static constexpr unsigned int | MessageType = AZ_CRC_CE("AssetSystem::AssetChangeReport") |
| |
◆ GetMessageType()
| unsigned int AzFramework::AssetSystem::AssetChangeReportRequest::GetMessageType |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file:
- Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.h