#include <EditorEntityFixupComponent.h>
Inherits AZ::Component, and AZ::SliceAssetSerializationNotificationBus::Handler.
Public Member Functions | |
| AZ_COMPONENT (EditorEntityFixupComponent, "{7D00B08D-DC26-465A-949B-8DAC7787E607}") | |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Protected Member Functions | |
| void | Activate () override |
| void | Deactivate () override |
| void | OnSliceEntitiesLoaded (const AZStd::vector< AZ::Entity * > &entities) override |
System component which fixes up entity and component data in ways that can't be dealt with by version-converters or component Init() functions.