Skip to content

Update Readme - Issue 9.5 has been FIXED by epic! #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Subressor opened this issue Apr 24, 2025 · 0 comments
Open

Update Readme - Issue 9.5 has been FIXED by epic! #150

Subressor opened this issue Apr 24, 2025 · 0 comments

Comments

@Subressor
Copy link

Issue 9.4 (discussing duplicating blueprint actors) has been fixed after being discussed on discord!

Old Issue - https://issues.unrealengine.com/issue/UE-81109
New Issue - https://issues.unrealengine.com/issue/UE-273844
FIXED!

Quick link to readme section - https://github.com/tranek/GASDocumentation?tab=readme-ov-file#troubleshooting-duplicatingblueprintactors

Comments from Epic:
I've submitted a bugfix. Starting from UE 5.6 you'll be able to duplicate blueprints with DefaultSubobject AttributeSets. It was a bug in general with CreateDefaultSubobjects of UCLASS(DefaultToInstanced). The fix should be available on github in a few hours.

It being a instanced subobject broke it. Duplicating a blueprint created a CDO while the class flags weren't set yet so it was skipping the step that made the class retain its own subobject instead of pointing to the parent class one, which later got replaced to point to the old BP one, and then nulled because that's an external object.

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

No branches or pull requests

1 participant