Starting with Unreal Engine 5.4, the logic for adding ISM instances by adding ISM components in the Construction Script (like below) has failed. [Image Removed] This issue accidentally was introd ...
When attempting to replace references of one blueprint with another a number of error message windows pop up ([Link Removed]) and the editor will crash. This is a regression since it was working in ...
Local Variable loses value after reference moves file locations. This does not just affect construction scripts, following these steps with a function instead produced the same result. This issue do ...
Hiding bones during construction is not properly displayed by level instances placed at editor time. Note that setting 'Update animation in editor' on the mesh and re-running the constructor script ...
When a native component that wants initialisation is added to a Blueprint actor in the Blueprint editor, the initialisation state of this component will not be correctly preserved by RerunConstructi ...
Undo fills AttachChildren array with null by the undo serializer. After that, a construction script tries to remove child components from parent component's AttachChildren but it can't find its poi ...
There is an issue when setting a Static Mesh inside a blueprint that it is referenced by another blueprint with more than one child actor. An ensure is triggered inside the engine, and there is a ...
Licensee reports a difference in behaviour in instanced blueprints containing SplineComponents from 5.3 to 5.4, with respect to whether a placed blueprint containing spline component instance can be ...
If the default value of a replicated property is edited on an instance of a placed-in-map actor, then on the server is value is changed back to the default, a client who joins in progress after this ...
If the mesh component is added in Blueprint (i.e. in the Blueprint editor and/or through Construction Script), then it's not possible to edit the collision response details for an instance of the co ...