Need to remove dependency on log2 on Android for older versions

UE - Platform - Mobile - Jun 27, 2017

The log2 function does not exist in libc.so on older Android. Using FMath::Log2 instead solves the issue. ...

Wireframe box does not appear when adding blueprint of custom volume class to the viewport

Tools - Aug 2, 2017

No volume appears when adding a blueprint of a custom volume class to the viewport. Adding an instance of the custom class directly does show the box, but additional functionality cannot be added v ...

GoogleVR fails to package with Gradle

UE - Platform - Mobile - Aug 10, 2017

Packaging with GoogleVR (Daydream) fails with Gradle enabled: https://answers.unrealengine.com/questions/678203/417-exporting-daydream-project-with-gradle-results.html ...

Inaccurate Metal shader warning message in the Editor when CommandLineTools is set to be the default compile tool on Mac

Tools - Nov 13, 2017

When CommandLineTools is set as the default tool, an inaccurate warning message is displayed when opening the Editor that states that Xcode is too old to compile Metal shaders, even if the latest ve ...

New 'UncookedOnly' modules can incorrectly be included as a build dependency after nativization of a Blueprint asset

UE - Gameplay - Blueprint - Dec 20, 2019

The new 'UncookedOnly' module type that was added in 4.24 is not visible to Blueprint nativization, and thus it does not know to exclude these module types from the generated Build.cs file when they ...

[Feature Request] Allow include files to be added in custom nodes via separate entry

UE - Rendering Architecture - RHI - Jan 10, 2020

Suggested feature by a licensee and there have been a few use cases recently we've seen. [Link Removed] for vis ...

DisplayName Metadata tag is not used in the SCS editor or the My Blueprints window

UE - Gameplay - Blueprint Editor - Nov 12, 2020

This also brings up a good point about how `FName::NameToDisplayString` works. Currently it will only remove a 'b' character if a boolean is given, which leads to inconsistent results throughout the ...

LandscapeComponent LodBias doesn't work

UE - LD & Modeling - Terrain - Landscape - Dec 17, 2020

SetConstraintBindingID of ConstraintSection on Sequencer cannot be set from Blueprint

UE - Anim - Sequencer - Jan 28, 2021

The SetConstraintBindingID of the ConstraintSection on the Sequencer is the BlueprintPure function. The licensee is trying to parent and child objects on the Sequencer using sequencer scripting, and ...

Out-of-bounds read caused by improper return size from FSocketSteam::RecvFrom in Unreal Engine

UE - Online - Jun 7, 2021

Overview: Function at fault: FSocketSteam::RecvFrom (https://github.com/EpicGames/UnrealEngine/blob/c3caf7b6bf12ae4c8e09b606f10a09776b4d1f38/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/ ...