When initializing struct members from default data at UObject initialization time, we are currently copying struct properties that contain instanced subobjects from the default data. This can potentially lead to an EDL error at load time if the instanced subobject reference that's copied has not been fully loaded yet, as it won't be recorded as a serialization dependency at cook/save time.
See support thread.
See support thread.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-121910 in the post.
3 |
Component | UE - Foundation - Core - UObject |
---|---|
Affects Versions | 4.26, 4.27 |
Target Fix | 5.4 |
Fix Commit | 29109914 |
---|
Created | Aug 18, 2021 |
---|---|
Resolved | Dec 14, 2023 |
Updated | Apr 17, 2024 |