Skip to content

Fix missing explicit initializers for UObject-derived classes in Unreal Engine code examples#15945

Merged
tustanivsky merged 1 commit intomasterfrom
ue/uobject-example-fix
Jan 9, 2026
Merged

Fix missing explicit initializers for UObject-derived classes in Unreal Engine code examples#15945
tustanivsky merged 1 commit intomasterfrom
ue/uobject-example-fix

Conversation

@tustanivsky
Copy link
Copy Markdown
Collaborator

This PR adds missing explicit Initialize() method calls for some Sentry entities derived from Unreal’s default UObject class in C++ code examples. These calls became required during object instantiation starting with plugin version 1.0.0 (see migration guide)

Related to getsentry/sentry-unreal#1185.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
sentry-docs Ready Ready Preview, Comment Jan 9, 2026 11:53am
1 Skipped Deployment
Project Deployment Review Updated (UTC)
develop-docs Ignored Ignored Jan 9, 2026 11:53am

@tustanivsky tustanivsky merged commit 5d5ba2d into master Jan 9, 2026
14 checks passed
@tustanivsky tustanivsky deleted the ue/uobject-example-fix branch January 9, 2026 12:08
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants