When a non-replicated actor is destroyed on the client through the use of bNetForce, any child actors that are also non-replicated will not be destroyed correctly. ...
Preforming a hot reload causes placed actors to lose code based variable settings. More repro steps: 1. Open UE4Editor.exe 2. Create a First Person Code project 3. Build the project for Developme ...
Assigning a soft reference in a blueprint and attempting to resolve it as an object/class while nativization is enabled causes the packaging process to fail. A sample project was provided by the use ...
When running the console command "scalability auto" on a packaged project, the benchmark for the CPU is returning "inf". Example logs [2017.11.09-14.35.50:583][ 92]LogConsoleResponse: Display: Cu ...
If you enable Shader compilation via XGE by setting r.XGEShaderCompile = 1 in ConsoleVariables.ini in 4.18 Editor downloaded from Launcher, it prevents shaders from compiling at all, and as a result ...
When toggling level visibility in the Levels tab and the Details tab is also on the window it will jump over to the Details tab. This was tested with other tabs and when toggling visibility it remai ...
Crash occurs when Forward Shading is enabled in Forward Rendering Options User noted that if "Support Stationary Skylight" in Project Settings > Rendering > Shader Permutation Reduction is disabled ...
At the moment, UI scale is calculated on Linux from physical monitor dimensions (obtained ultimately from EDID) and not system scale. The granularity is 0.25, so scale can be 0.25, 0.5, 0.75, 1, 1.2 ...
`check(Samples.Pop());` this kind of `Pop()` inside of a `check()` is in a few places in MediaSampleQueue.h and MediaSamples.cpp but `check()` expands to nothing in Shipping/Test, so, required work ...
When using PerInstanceRandom in a material that is applied to a Hierarchical or normal Instanced Static Mesh component, there are issues of the value resetting when certain transform operations are ...