We can see refraction gets distorted after we have a bigger PDO value, and it's not because the depth is more shallow, but looks like some kind of scene color texture lookup error. Also, not sure i ...
Regression checked in //UE4/Release-4.26.2 CL 15973114 the issue is not reproduced thee ...
IsValidOnMaster/IsValidOnShot need to be BlueprintNativeEvents with a default C++ implementation and allow derived classes to override the function. This is needed so that you can create custom set ...
Occurs 3/3 times. Third Person C++ Windows package crashed on launch with Assert Error Window (see attached screen capture) Regression occurs: Repro'ed in //UE4/Release-4.27 EGL Live @ CL18429761 ...
GetTriggerEvent() in a function bound to an enhanced input action in C++, returns "Triggered" when bound to the "Started" trigger event. ...
We have a level with foliage meshes that has been placed via the foliage system. We want to place these into HLOD Layers so that we can disable nanite, and thus enabling the imposter LODs at a dista ...
When playing in editor, if you fire your weapon at a trigger volume, the projectiles will bounce off of the volume, regardless of the fact that the collision is set to Query Only. This collision als ...
When importing multiple SpeedTree assets that use the same material will cause one to import blank (black) materials and assigned. This happens when importing into the same folder, however, if impor ...
If the -opengl4 command is used while launching the editor it will cause the viewport to go black if something in the level is selected or while using RMB to look around the level. ...
The first selection of Enums within a struct array do not properly pouplate the table within a datatable (see attached image datatableEnum1). Any other selection populates the datatable, however it ...