It is possible for an editor crash to occur if a build is running (Lightmass in this case) and another is launched such as Build World Partition Minimap (as well as HLOD and Spline builders). This i ...
In the Enhanced Input System, when using a UInputTriggerChordAction to define a chorded input (e.g., Shift + W), the automatic chord blocking system (UInputTriggerChordBlocker) only functions correc ...
If a TArray of spline components is created in code it is not possible to edit/add nodes to the spline inside a blueprint. ...
After adding a new Camera Actor Component within Blueprints to an existing Spring Arm Component, the Camera Component adopts the location settings , but does not set its location within the viewport ...
In a packaged local multiplayer game, input from a second gamepad is not detected until the game window is clicked with the mouse. The first gamepad input is detected as expected. ...
When playing matinee, scrubbing can cause sound to keep playing when it isn't triggered Note: This was entered as a bug to re-work the fix from the pull request found here: [Link Removed] ...
CHANGELIST: 2114974 BRANCH: UE4 - Main DESCRIPTION: Using the Reimport LOD1 drop down in the Static Mesh Editor will create new material slots each time instead of ove ...
Using console command 'RecreateLandscapeCollision' resets collision in areas that landscape hole materials have been placed. Workaround: paint new hole material to re-remove collision from areas w ...
If a Blueprint is derived from NavLinkProxy, and then that Blueprint is added to another Blueprint as a ChildActorComponent, the second Blueprint's Smart Link functionality will not work when the pr ...
Attempting to pass a struct containing a variable of a type that is not compatible with blueprints into a blueprint function causes the editor to crash upon PIE. Found in 4.10.2 binary. Reproduced ...