When several Hierarchical Instanced Mesh Components are spawned and then their transform altered on tick, the log is spammed with the message: LogStaticMesh:Display: Discarded foliage hierarchy of ...
When changing the scale of the widget reflector it changes the scale of the selection bounds of actors in the viewport. Example: When hovering over a box at a 2.0 scale I will select the wall someti ...
When the users causes a component to automatically change its Mobility setting by changing that setting on a parent or child component, undoing that change only affects the manual change caused by t ...
The material billboard component does not get influence by the distance to opacity feature. In the project attached I created a curve that should get to an opacity value of 0 at 500 units away. Noti ...
This problem always occured in 4.16.0, 4.16.2. It does not occur 4.15.3. ・Reproduction Project Linkhttps://udn.unrealengine.com/storage/attachments/299111-captureerror-416.zip ...
Actors that are locked in the regular editor are able to be moved in VR Editor. Reproduced in 4.17.2 CL 3658906, 4.18.2 CL 3794801, and 4.19.0 P1 CL 3837072 ...
The engine still uses the default index for calling force feedback events, despite them being assigned from player 1 on out. Which is why event on player 1 goes to player 0, event on player 2 goes t ...
Point lights don't cast volumetric shadows from meshes with materials with tessellation, even if tessellation multiplier is 0. Found in 4.19 CL# 4033788, 4.20 CL# 4302132, 4.21 CL# 4347190 ...
Issue occurs in both events and functions. Seems like it's only affecting Text, didn't notice this issue for other variable types. The original actor is working as expected. Only the duplicated one ...
We don't clearly define the behavior for a Blueprint function when an execution path without a return node is taken. We should either report an error, or have the function return the default initial ...