#include <EditorMaterialSystemComponentNotificationBus.h>
Inherits AZ::EBusTraits.
|
|
using | MutexType = AZStd::mutex |
| | Using a mutex because this EBus is accessed from multiple threads.
|
| |
|
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
| |
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Multiple |
| |
EditorMaterialSystemComponentNotifications is an interface for handling notifications from EditorMaterialSystemComponent, like being informed that material preview images are available
◆ OnRenderMaterialPreviewRendered()
| virtual void AZ::Render::EditorMaterialSystemComponentNotifications::OnRenderMaterialPreviewRendered |
( |
const AZ::EntityId & |
entityId, |
|
|
const AZ::Render::MaterialAssignmentId & |
materialAssignmentId, |
|
|
const QPixmap & |
pixmap |
|
) |
| |
|
inlinevirtual |
This notification is sent when a material preview image for a given entity and material assignment has been rendered by the preview rendering system
The documentation for this class was generated from the following file:
- Gems/AtomLyIntegration/CommonFeatures/Code/Include/AtomLyIntegration/CommonFeatures/Material/EditorMaterialSystemComponentNotificationBus.h