The Lens, Color Grading, Global Illumination, Reflections, and Rendering Features sections in the Cine Camera Actor Details panel are missing their drop down buttons. This issue is occurring in // ...
Moving a water body lowers performance on the engine. The fps drop from 120 to 30 and ms spike from 8 to 30. This issue occurs in 5.0 Binary and 4.27 Binary on Windows. On Mac, FPS drop and ms spike ...
Project include a hdr texture "desert_outer_hdr" Texture size is 512*512*6, compressed with ASTC 6x6 HDR profile Stride should be: ceil(512/6)*16 = 1376 bytes However, if connect to xcode debug, ...
Commenting out the branch in FTriangleMeshSweepVisitor::VisitSweep is a work-around.if (CullsBackFaceSweepsCode != 0) { if (VectorMaskBits(IsBackFace)) { // Don't cull the back face ...
Texture Collections can contain virtual textures. There is no way to inform TextureObjectFromCollection that the texture is virtual, only that it is a Texture2D. This texture object is then sampled ...
REGRESSION No Crash occurs when the user right-clicks in the graph in a blueprint that has a Null parent class. ...
Note those are not 100% repro steps they are what I remember doing. I've got this issue twice so far and both times I was editing a blueprint and switching between constructions script and event gr ...
The UV layout of a Mesh is altered slightly when exported from the engine. It becomes more noticeable on objects as their UV Islands shrink in size. Given a default full 0-1 unwrap it looks like t ...
Stationary Lights are generating shadows with flickering black square and vanish shadows altogether on movable objects in the Preview of 4.7p6 and in the newest Release Branch of 4.7 (2439472). The ...
If a function inside a BlueprintFunctionLibrary class is declared as static, instances of the function node inside blueprints cause the blueprint to not save after a hot reload. This does not affec ...