Recording attachment will can add multiple sections to an attach track in Take Recorder. ...
See repro steps. The phantom references can be fixed by recompiling the child BP and saving it. Note that just loading ChildBP2 does not fix/remove the reference during compile-on-load, so it's a ...
Rich text blocks don't seem to factor in the size of their embedded images properly when choosing where to wrap with autowrap enabled. ...
The Export map will properly be updated but the creation of the import will fail with SourceIndex == INDEX_NONE From MarcA: I'm guessing the import source index is always none for native classe ...
Adding keys when quaternion interpolation is enabled can lead to unexpected results. ...
This leak occurs in Test builds, but not in Development builds. Updating InstancedStaticMesh with UpdateInstancedTransform every frame causes a memory leak. This screenshot was taken using Mempr ...
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 ...
Duplicating an event trigger or repeater section will break the binding when restarting the editor. ...
Copying an emitter asset through the content browser will lead to cross communication when the two are used in the same system ...