Landscape grass ignores the scale of the parent actors

UE - Graphics Tools - Terrain - Landscape - Nov 11, 2020

DrawScale = Landscape->GetRootComponent()->GetRelativeScale3D(); ↓ DrawScale = Landscape->GetActorScale3D(); Changing as above will solve the problem. Output log displays this warning: LogPhysic ...

RVT Material Preview incorrect in Landscape paint target layers

UE - Graphics Tools - Terrain - Landscape - Nov 5, 2020

Texture2D values and gradients are incorrectly appended in Alpha channel

UE - Graphics Features - Oct 6, 2020

After creating new material and inputting a texture coordinate node, and connecting with two mask nodes for R and G, then connecting to "Make Float 4" nodes, the values in the Alpha Channel don't ma ...

Available network bandwidth is too low for uncapped but slow frame rates

UE - Networking - Sep 24, 2020

The networking system has a max frame rate of 120hz by default. Inside UNetConnection::Tick it computes an estimated bandwidth by using that max frame rate, the engine's max frame rate, and the actu ...

Composure DepthElement Not Producing A Picture

UE - Virtual Production - Rendering - Composure - Sep 21, 2020

The user tried to use the composure pipeline and followed what is written in the Documentation. All the elements and nodes written out in the documentation worked as expected with the exception of t ...

UDN: Scale keys on additive anims not playing

UE - Anim - Rigging - Sep 10, 2020

Scale keys on additive anims behaves differently than other transform components. ...

Shader Complexity not working correctly on Deferred Decals

UE - Graphics Features - Sep 3, 2020

If you place a deferred decal in the world and then set the view mode of the viewport to "Shader Complexity", the decal doesn't affect the complexity value. ...

Nanite Meshes aren't visible when using Texture Streaming Accuracy Viewmodes

UE - Graphics Features - Sep 2, 2020

Nanite Meshes are visible inside the view when using Texture Streaming Accuracy Viewmodes, they are not recoloured This includes all of the Optimization Viewmodes under Texture Streaming Accuracy:P ...

Templated enum GetValueAsString function returns incorrectly formatted string

UE - CoreTech - Aug 19, 2020

For many years there has been a static function on UEnum called GetValueAsString which would convert an enum like EAttachmentRule::KeepWorld to the string "KeepWorld", if you passed in the explicit ...

ObjectScale node in the material editor does not work with decals

UE - Graphics Features - Aug 19, 2020

The ObjectScale node does not output the correct values in the material editor. This method works to tile images with a Surface Material Domain on a basic plane, but does not work when using it with ...