Fixes for reflection code that hides itself frm Script explicitly but NOT from ScriptCanvas
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user