Adjusting properties of a Blueprint instance's components in the level does not update references to the properties in the BP's Construction Script. Note: this would work in 4.8.3.
Reproduced in 4.9.2 binary and Main (CL ). This is a regression: does NOT occur in 4.8.3.
1. Open any project
2. Create a new Actor Blueprint
3. Add a Cube component
4. In the Construction Script, Cube Component > Get World Scale > Print String
5. Drop the BP in the level
6. In the Details panel, select the Cube Component for the Actor
7. Change the Scale
Result:
The Construction Script does not update the value printed to reflect the change to the component in the Details panel
Expected:
The Print String in the Construction Script updates to match the instance's component details
Why does the REMOVE method of map container remove elements have memory leaks?
How does TextureRenderTarget2D get TArray<uint8> type data?
How do I set a material as a post-processing material?
How to delete some elements correctly when deleting an array loop?
How does TArray loop correctly remove elements in blueprints?
What does the number (2152,1-34) in glsl error mean?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
Head over to the existing Questions & Answers thread and let us know what's up.
109 |
Created | Oct 6, 2015 |
---|---|
Resolved | Aug 18, 2021 |
Updated | Aug 18, 2021 |
5239 - DFMattE |