#include <AssetProcessorMessages.h>
Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (UpdateSourceControlStatusRequest, AZ::OSAllocator) | |
| AZ_RTTI (UpdateSourceControlStatusRequest, "{B313400A-3E5D-496F-BD91-09B9C10EBDF0}", BaseAssetProcessorMessage) | |
| 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 | |
| bool | m_sourceControlEnabled = false |
Static Public Attributes | |
| static constexpr unsigned int | MessageType = AZ_CRC_CE("AssetSystem::UpdateSourceControlStatusRequest") |
Sent from any tool to the AP, notifying it to toggle the state of source control to either on or off. This avoids the need for AP to restart.
|
overridevirtual |
The id of the message type, an unsigned int which can be used to identify which message it is.
Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.