UDN user reported a performance hit on Mac with the latest Hotfix release when the user is interacting with the editor either through keyboard or mouse input. This performance hit is noticeable whe ...
We don't seem to be able to set the Typeface of a font in a Text3D component/actor, even though we can in a UMG TextBlock. ...
The incorrect use of NewObject() to instance nested class-owned subobjects will force StaticAllocateObject() to reconstruct the instance that was already constructed by the outer class ctor in nativ ...
Child actor component templates, when nativized, end up being owned by the converted Blueprint class object, rather than the child actor component template. Furthermore, we don't regenerate the chil ...
When rebuilding a single HLOD proxy mesh in a world composition level that has many, the other proxy meshes will be marked as unbuilt and removed from the HLOD asset package. ...
When a re import fail, we currently delete the package which in a reimport case produce a crash later. If a reimport fail we should abort and make sure the asset is not touch and exactly like it wa ...
Set critical because loosing settings is dangerous. This is not a regression, the bug is in 4.22 and earlier version. We have to save all options of the LODInfo, currently nothing is saved. Also sh ...
This is happening because the property FText DelegatePropertyDisplayName; on UK2Node_ComponentBoundEvent is serialized, so it does not get properly updated. ...