There is a consistent crash when incrementally compiling headers containing generated code. The code for launching UHT accesses a property which is null when compiling with the UBT makefile. ...
When a mip level higher than 0 is requested in VisualizeTexture, the engine will crash. The root cause appears to be VisualizeTexture.cpp:924, on which an incorrect mip level is used to read a non-m ...
Actors that are spawned from blueprints will no longer have their instigator automatically set to the instigator that spawned them. This is a regression in 5.5, because in 5.4 and earlier a null Ins ...
FAnimNode_BlendListByEnum assumes that values within a custom enum type are sequential (ie. the index 0 = value 0, index 1 = value 1). But this is not true of all custom enum types, for example: U ...
Shortcut for Toggle Angular Limits 1, 2 and 3 for Physics assets do not change phys asset state as dirty. ...
Hi Epic, In MaterialExpressions.cpp UMaterialExpressionSphereMask::Compile(), hardness is not calculated the same way in both <if> conditions. One is missing a multiplication by 0.01f. Specificall ...
Adding assets to a project on a drive that is full still creates the file at the desired location instead of in a temporary location and provides no information as to why the asset is failing to loa ...
Disabling the 'Use Landscape Lightmap' when using procedural foliage, will skew the placed instanced meshes. Regression? Yes, this issue did not occur in the 4.13.1 release. ...
The samplerate of a track was compute with the following formula Equation 1: number of Key / animation Time This formula work only if we have animation keys that are time equidistant. example of ...
When placing a Scalar Parameter into the Alpha position of a LERP you will not get the same results as placing a Constant Value when used in a Post Process Material. Constant Value of 0: [Image Rem ...