Fixes for reflection code that hides itself frm Script explicitly but NOT from ScriptCanvas

This commit is contained in:
chcurran
2021-06-09 15:14:23 -07:00
parent c4ab5fff9a
commit d1a5fb651b
3 changed files with 0 additions and 4 deletions
@@ -103,9 +103,7 @@ namespace EMotionFX
->Attribute("Hidden", AZ::Edit::Attributes::PropertyHidden)
->VirtualProperty("PlayTime", "GetPlayTime", "PlayTime")
->Event("Motion", &SimpleMotionComponentRequestBus::Events::Motion)
->Attribute(AZ::Script::Attributes::Ignore, true)
->Event("GetMotion", &SimpleMotionComponentRequestBus::Events::GetMotion)
->Attribute(AZ::Script::Attributes::Ignore, true)
->VirtualProperty("Motion", "GetMotion", "Motion")
->Event("BlendInTime", &SimpleMotionComponentRequestBus::Events::BlendInTime)
->Event("GetBlendInTime", &SimpleMotionComponentRequestBus::Events::GetBlendInTime)