This is a regression tested in //UE4/Release-4.27 CL#18319896
C++ Actor Component is removed from Actors in scene when the Editor is restarted.
Expected Results:
The component is added to the actor at creation. The component remains as a part of the actor after restarting the editor.
Actual Results:
The component is not added to the Actor at creation. The component is not retained by the actor. The component isn't visible in the editor until recompiling/reloading the editor.
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
What controls of umg have mouse wheel events in UE4.27?
How do I set a material as a post-processing material?
How to delete some elements correctly when deleting an array loop?
What is the difference between Camera and CineCamera?
How does TArray loop correctly remove elements in blueprints?
How to assign a value to a member of UMG's UMaterialInterface pointer type in C++?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-156137 in the post.
14 |
Component | UE - Foundation |
---|---|
Affects Versions | 5.0.2 |
Target Fix | 5.4 |
Created | Jun 8, 2022 |
---|---|
Resolved | Dec 12, 2023 |
Updated | Dec 13, 2023 |