Umask ignored on Linux

UE - Platform - Linux - Aug 28, 2019

UE4 is hardcoded to use 755 for files and directories. See mkdir() in Engine/Source/Runtime/Core/Private/Unix/UnixPlatformFile.cpp This is also repeated for Android, HTML5, and Lumin but i cannot c ...

Curves in compressed additive animations interpolate incorrectly when two keys in a row have the same value

OLD - Anim - Oct 16, 2019

Curves compressed from additive animations will not interpolate correctly if they have two keys in a row with the same value. The second key will be ignored, leading to the curve interpolating earli ...

[Feature Request] New InstancedStaticMeshComponent API: Add Multiple Instances

UE - LD & Modeling - Terrain - Landscape - Oct 24, 2019

Licensee says that adding multiple InstancedStaticMeshComponent instances can be very slow (main bottleneck being the physics building). I think there's a good case for a method something like:   ...

OBJ import - Auto Triangulation - Error: No polygon were found on mesh ''

UE - Editor - Content Pipeline - Import and Export - Nov 23, 2019

"When translating some geographic data into a .OBJ, and importing into UE4. More than 165 of the meshes work. Some, i am having a hard time with. I've attached an example. AUT-mesh.obj is one of the ...

SynthComponent does not execute OnStop() after calling Stop()

UE - Audio - Nov 26, 2019

SynthComponent does not execute OnStop() after calling Stop(). OnStop() will be called in PumpPendingMessages() via OnGeneratePCMAudio(). But after stopping the AudioComponent, the procedural Sound ...

Streaming of array textures with mips results in nearest mips being black

UE - Graphics Features - Jan 20, 2020

The issue is discussed in this UDN:https://udn.unrealengine.com/questions/544210/crash-starting-up-in.html Key quote from UDN thread is:"Also, having made a texture array with 190 entries, it seems ...

Add material API to python

UE - LD & Modeling - Modeling Tools - Mesh Editing - Jan 20, 2020

UDN ask to control mesh materials in python script. The API is public but not expose. I suggest to add functionalities to the editor scripting utilities plugin for both static and skeletal meshes. ...

BlueprintGetter does not work with or disable AnimGraph Fast Path

OLD - Anim - Jan 23, 2020

When used as part of the fast path in an ABP, variable Blueprint Getters are not used. If something with a getter that does not conform to or is supported by fast path, is used then fast path should ...

Increasing Font Size Makes The SceneRendering Table Impossible To Read

Tools - Jan 27, 2020

The scenerendering graph doesn't display correctly when you increase the Small Font for the Engine. The rows don't adjust to the font size. The user increased font size to make print strings in VR ...