in PIE, RerunConstructionScript() is executed and actor's CachedMaxDrawDistance is updated as expected. in packaged game, RerunConstructionScript() is not executed so, CullDistanceVolume is not u ...
Foliage painted onto a landscape will disappear when Sections per Component is changed from 1x1 to 2x2. Affects 4.17.2 CL 3658906, 4.18.2 CL 3794801, 4.19 Main Possible Workaround is to set the Re ...
Custom Events set to Replicate do not show the replication information on the node until the Editor is restarted. For example, after setting a Custom Event to Multicast, the "Replicated From Server ...
Inherited components in Child Blueprints cannot be dragged into the Event Graph to access their variables. Searching for the Getter in the Event Graph works as expected. This seems inconsistent with ...
For a child instance inside of the level, the value of a parent int variable will reset if you add a new variable in the child and if there is a function in the parent that has the child as an outpu ...
Reproduced 3/3 times. User is unable to create a new TMap with bool key through Blueprints (which is the expected result). Issue is technically a Regression, as the ensure does not occur in //UE5/ ...
There is a distortion that occurs with Apex cloth when changing the World Origin location. This distortion occurs when you approach after the world origin has been changed. This issue is similar to ...
Reimporting a skeletal mesh by dragging FBX to content browser crashes the editor. I suspect something is wrong with the FBX. The user reported that the data is from Blender. FBX file attached for ...
A crash occurs when creating a Render Target 2d and setting the texture target at runtime. After running some more tests, the crash seems to occur when setting the texture target, as the creation o ...
Begin and End Overlap events continuously trigger while a character moves within a collision component of a Blueprint Actor that Simulates Physics if the collision component has Auto Weld enabled. ...