Integrating up through commit 90f050496

This commit is contained in:
alexpete
2021-04-07 14:03:29 -07:00
parent 8f2ed080a9
commit c2cbd430fe
2694 changed files with 285622 additions and 176874 deletions
@@ -10,6 +10,7 @@
*
*/
#include <AzCore/Serialization/SerializeContext.h>
#include <SceneAPI/SceneCore/Events/CallProcessorBinder.h>
namespace AZ
@@ -48,6 +49,14 @@ namespace AZ
m_bindings.clear();
}
void CallProcessorBinder::Reflect(AZ::ReflectContext* context)
{
SerializeContext* serializeContext = azrtti_cast<SerializeContext*>(context);
if (serializeContext)
{
serializeContext->Class<CallProcessorBinder>()->Version(1);
}
}
} // namespace Events
} // namespace SceneAPI
} // namespace AZ
@@ -20,6 +20,8 @@
namespace AZ
{
class ReflectContext;
namespace SceneAPI
{
namespace Events
@@ -55,6 +57,8 @@ namespace AZ
CallProcessorBinder() = default;
SCENE_CORE_API virtual ~CallProcessorBinder();
static void Reflect(AZ::ReflectContext* context);
protected:
CallProcessorBinder(const CallProcessorBinder&) = delete;
@@ -133,4 +137,4 @@ namespace AZ
} // namespace SceneAPI
} // namespace AZ
#include <SceneAPI/SceneCore/Events/CallProcessorBinder.inl>
#include <SceneAPI/SceneCore/Events/CallProcessorBinder.inl>