name: Deprecation Notice about: A notice for one or more feature or API deprecations title: 'Deprecation Notice' labels: 'needs-triage,needs-sig,kind/deprecation'
List the fully qualified APIs/types. For example, AZ::Quaternion::SetFromEulerRadians(const Vector3&)
List new or updated APIs to replace deprecated API.
For example, use
Quaternion AZ::Quaternion::CreateFromEulerRadiansXYZ(const Vector3&)
to repleace
void AZ::Quaternion::SetFromEulerRadians(const Vector3&)
and Quaternion AZ::Quaternion::ConvertEulerRadiansToQuaternion(const Vector3&)
Describe the last release version before this deprecation. For example: stabilization/2210
Add some information about the reasons for the deprecations