Skip to content

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

@Subressor

Description

@Subressor

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions