Reimporting a sprite sheet that had sockets placed on some of the individual frames will result in the sockets moving if the sprite sheet's dimensions have changed since the previous import. This wo ...
In 4.15 When you update the transform of an instance static mesh a second time the editor does not update the location, to get the update to display correctly you must close and re-open the blueprin ...
While testing in KiteDemo - //UE4/Release-4.16 CL 3420042 in Binary – When the editor autosaved I noticed a warning occurred in the output log. – Issue occurs during any Save operation. User can use ...
UPDATE This crash occurs when compiling shaders with a Floating Text asset in the level. Following the repro steps given above, the crash occurs each time opening the editor after forcing shaders to ...
The current engine version (4.22) seems to suffer a huge performance hit when using the demo recording (demorec) feature. This issue is present in both the editor and the packaged game (developer bu ...
4.24 moves distortion calculations to the file DistortionCommon.ush and its`ComputeBufferUVDistortion` function. The code in the INSTANCED_STEREO define no longer works as `Interpolants` isn't passe ...
Editor Content remains visible when selecting a Static Mesh for a Cube Actor in 4.25 preview even after setting Engine content to hidden. ...
This code passes the build when compiled using the windows editor (Visual Studio), but fails when compiled using the mac editor (XCode). Adding ENGINE_API to struct FStreamingLevelsToConsider and ex ...
As dedicated server does not have viewport, USkinnedMeshComponent::BoneTransformUpdateMethodQueue array keeps growing and never clear. ...
A UDN user reports materials referincing parameter collections by index instead of by name. The problem manifests itself when rearranging the order of parameters belonging to collections, as the edi ...