Skip to content

fix: Clear cached parent when AutoObjectParentSync is false.#4030

Draft
EmandM wants to merge 1 commit into
develop-2.0.0from
fix/reset-cached-parent
Draft

fix: Clear cached parent when AutoObjectParentSync is false.#4030
EmandM wants to merge 1 commit into
develop-2.0.0from
fix/reset-cached-parent

Conversation

@EmandM

@EmandM EmandM commented Jun 17, 2026

Copy link
Copy Markdown
Member

Purpose of this PR

Clear m_CachedParent if it's set during a parenting change where AutoObjectParentSync is false.

Jira ticket

UUM-131542

fixes: #3572

Changelog

  • Fixed: Ensures AutoObjectParentSync is cleared if parenting changes happen while it's turned off.

Documentation

  • No documentation changes or additions were necessary.

Testing & QA (How your changes can be verified during release Playtest)

Functional Testing

Manual testing :

  • Manual testing done

Automated tests:

  • Covered by existing automated tests
  • Covered by new automated tests

Does the change require QA team to:

  • Review automated tests?
  • Execute manual tests?
  • Provide feedback about the PR?

If any boxes above are checked the QA team will be automatically added as a PR reviewer.

Backports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AutoObjectParentSync may fail if turned off and back on again because of m_CachedParent

1 participant