Comments in PO files can currently be preserved, however they're not actually imported into our archive files, which means they're reliant on the PO files never being lost (or being generated via so ...
Mesh draw commands don't hold strong references to resources. When caching mesh draw commands, their lifetimes can match the parent scene proxy, which can be very long. This increases the chance tha ...
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 ...