The current implementation for inlining struct members is setup in a way where we start with the outermost struct and only recurse into any child structs if it contains the ShowOnlyInnerProperties metadata.
The current layout does not support recursing through every container/struct inside a structure to look for properties that want to be inlined unless you explicitly add the metadata to all levels of the nesting starting at the outermost. We would also have to take a look at the performance impact of always recursing through all nested children on any non trivial example if it was possible.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-201276 in the post.
1 |
Component | UE - Editor - Workflow Systems |
---|---|
Affects Versions | 5.4 |
Created | Nov 27, 2023 |
---|---|
Updated | Jan 20, 2024 |