Description

Also, another, possibly related symptom that should be looked into alongside this:

Possibly related: 1. Set InlineObject to null on both character. 2. Assign new Inline Object to InlineObject on BaseCharacter 3. Do not compile! Notice that if you modify a property on the Inline Object in the ChildCharacter details panel it will modify the BaseCharacter Inline Object as well. Basically they're pointing to the same object until blueprints are compiled. Maybe that's ok?

Steps to Reproduce
  1. Build/Open the attached project
  2. Open BaseCharacter, open ChildCharacter
  3. Set InlineObject to null on ChildCharacter, then set it to null on BaseCharacter (the order matters)
  4. Save, compile.
  5. Assign a new Inline Object to InlineObject on BaseCharacter.
  6. Save, compile.
  7. Modify on BaseCharacter->CrashComponent->InlineObject->Some Property
  8. Hit save

RESULT: You'll also notice properties failing to update on the child (you'll likely get a Graph is linked to private object later too)
EXPECTED: The child's property values match the parent's

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-32161 in the post.

7
Login to Vote

Won't Fix
CreatedJun 17, 2016
ResolvedAug 18, 2021
UpdatedAug 18, 2021