During lookdev, I use a post process material to bring reference images into the engine to compare against my work. The goal is for the reference image to not be touched by any of the Unreal color ...
Suggested fix from licensee is : PhysAnim.cpp@339 #if 0 FVector RelPos = RecipScale3D * RelTM.GetLocation(); #else FVector RelPos = (BoneIndex == 0) ? RecipScale3D * RelTM.GetLocation() : Rec ...
UDIN virtual textures appear to have row 0 (U coordinate [0 - 1) swapped to the other side of the texture vertically. ...
CL23957356 changes how to calculate FrameOffset in FNiagaraSystemUpdateDesiredAgeExecutionToken::Execute(). After this change, DesiredAge + FrameOffset could be 0.0 for some a couple of initial fram ...
Contact Shadows have more shadowing errors with lower to mid values than in 4.13 release when the feature was still considered experimental. Even low Contact Shadow Length value is causing issues. ...
Spinbox displays values that differ from the value of the delta, when values are displayed for a spinbox their value always reads in the 0.000001 values, instead of listening to the delta. Unsure if ...
Having a variable of the type EComparisonMethod inside of a struct causes the editor to crash. This could be due to the variable being as part of the Development folders in code. Attempting to repro ...
The new auto-convex collision generated (V-HACD) will not work properly with some meshes to generate accurate collision. Using a rounded single piece mesh the accuracy setting will not work at all ...
Not a regressionInfo Repaired painted vertex colors in 0.0s for 2 components in /Game/Maps/Leveldesign_Workflow. Resave map to fix. Warning Spent 0.0s repairing painted vertex colors due to stati ...
When moving a Planar Reflection Actor's transform location to (X:5000, Y:5000, Z:0) The Planar Reflection Actor does not pivot at center when using ALT+LMB Drag in the viewport. Note: Moving tra ...