Reported on UDN (see Additional Info URL). Looking at code, we call USkeletalMesh::AllocateResourceForRendering for every LOD, but we should only call it once. Need to check if our SkelMeshMerge t ...
It seems the EdModes can override the widget transform matrix with those methods. Its a matter of deciding what should happen on multiselection of instances. virtual bool GetCustomDrawingCoordinate ...
ChunkDownloader etc are meant to work with your own hosting or CDN, ie something you can download with a https:// URL. Even though [Link Removed] system does appear to be https, ChunkDownloader does ...
Recent changes to the player controller's mute functions have resulted in the MuteList not being updated on clients, and instead APlayerController::ClientMutePlayer now just directly calls MuteRemot ...
The official solution proposed to extend the Editor UI is to use Editor Utility Widget Blueprints, but sometime, licensees has QT/PySide UI they like to reuse rather than rewrite. ...