TimeRemaining doesn't work when animation has a negative play rate ...
For reference, it was fine in 4.24 In particular, jittering is severe when the camera is moving. GaussianHalfRes has been removed in CL 14036168, which is likely to cause degradation issues if int ...
Context AbilitySystemComponent has a virtual function virtual void OnTagUpdated(const FGameplayTag& Tag, bool TagExists); that gets called when a gameplay tag gets added or removed, so whenever ...
When you assign a Material to a Multi-Material Skeletal Mesh via the Mesh's Level Viewport Details Panel, you will lose access to all the other material Elements after the first assignment. For ins ...
The rectangle lights ignore the specular value of lit materials and will apply a specular highlight to them regardless of the value. you can compare the result against a standard point light and you ...
r.VT.PoolSizeScale should be changeable at runtime so that we can resize VT physical pools for iteration on selecting pool sizes. It works correctly at engine startup but runtime changes have no ef ...
BP functions with enum-type input argument named 'Category' are erroneously assigned to category 'New Enumerator n' ...