Inherits AZ::EBusTraits.
Public Types | |
| using | Bus = AZ::EBus< PropertyTypeRegistrationMessages > |
Public Member Functions | |
| virtual void | RegisterPropertyType (PropertyHandlerBase *pHandler)=0 |
| virtual void | UnregisterPropertyType (PropertyHandlerBase *pHandler)=0 |
| virtual PropertyHandlerBase * | ResolvePropertyHandler (AZ::u32 handlerName, const AZ::Uuid &handlerType)=0 |
Static Public Attributes | |
| static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
| static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |