Issue reported by user that they are experiencing consistent crashes in UE4Editor have building lighting. ...
This problem occurs not only in LOD Coloration, but also in other debug views such as Required Texture Resolution. ...
Delete an SKM asset Import the original fbx so that a new SKM asset is made in the exact same location in the content browser Apply some metadata tags or confirm that the asset imported with fbx m ...
Certain characters within blueprint variables names will cause data loss when duplicating an actor instance. For example if a variable name contains '(', '{', or '[' it doesn't retain the variable's ...
Copying an emitter asset through the content browser will lead to cross communication when the two are used in the same system ...
The new config object is created with the same serialization name as the legacy one "ClothConfigNV", causing the legacy data to be reset prior to migration. Replacing In UClothingAssetCommon::AddCl ...
The fbx exporter set the fbx axis system like 3ds max, so the max importer is not converting the incomming transform. see: ...
Duplicating an event trigger or repeater section will break the binding when restarting the editor. ...
If the client received AttachSocketName before AttachParent, USceneComponent::AttachToComponent will be called while AttachParent may be null, resulting in the received socket name being lost. When ...