Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
|
|
| AZ_CLASS_ALLOCATOR (FileRenameRequest, AZ::OSAllocator) |
| |
|
| AZ_RTTI (FileRenameRequest, "{188FD344-DDE2-4C25-BBE0-360F2022B276}", BaseAssetProcessorMessage) |
| |
|
| FileRenameRequest (const AZ::OSString &srcPath, const AZ::OSString &destPath) |
| |
| 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_srcPath |
| |
|
AZ::OSString | m_destPath |
| |
|
|
static constexpr unsigned int | MessageType = AZ_CRC_CE("AssetSystem::FileRename") |
| |
◆ GetMessageType()
| unsigned int AzFramework::AssetSystem::FileRenameRequest::GetMessageType |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file:
- Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.h