->DataElement(AZ::Edit::UIHandlers::ComboBox,&AZ::SceneAPI::SceneData::TangentsRule::m_tangentSpace,"Tangent space","Specify the tangent space used for normal map baking. Choose 'From Fbx' to extract the tangents and bitangents directly from the Fbx file. When there is no tangents rule or the Fbx has no tangents stored inside it, the 'MikkT' option will be used with orthogonal tangents of unit length, so with the normalize option enabled, using the first UV set.")
->DataElement(AZ::Edit::UIHandlers::ComboBox,&MotionSamplingRule::m_sampleRateMethod,"Sample rate","Either use the Fbx sample rate or use a custom sample rate. The sample rate is automatically limited to the rate from Fbx.")
->DataElement(AZ::Edit::UIHandlers::Default,&MotionSamplingRule::m_keepDuration,"Keep duration","When enabled this keep the duration the same as the Fbx motion duration, even if no joints are animated. "
"When this option is disabled and the motion doesn't animate any joints then the resulting motion will have a duration of zero seconds.")