In the Landscape Tutorial Overview there is a word missing in the tutorial. ...
Encountered a crash during the garbage collection phase when using sequencer conditions with subsequence tracks. Specifically, objects appear to break the "Disregard for GC" assumptions. ...
Velocities are not being cleared when physics simulation set to false. ...
The Bake Pose setting does not work when using a SkeletalMesh LODSettings asset. After the change in CL22878911, the BasePose in the LODSettings asset is no longer copied to the BakePose in the skel ...
In Action Rpg sample, creating a new Blueprint of type GameplayCueNotifyActor or GameplayCueNotifyStatic, results in an Engine crash. The call stack leads to a PrintF Slate warning message that woul ...
Empty Shot Track Breaks Camera Component tracks when using Camera Cut Track ...
When using instance custom data values, removing an instance and changing the number of custom data floats in sequence can cause an array-out-of-bounds crash. The underlying arrays are not resized ...
If you use the Open level node in the newest promoted build, once the project is deployed to an Android device, when triggered with a UMG, the project will freeze and be unplayable. Issue does not ...
(Enduring Games) I investigated it and found that the following primitive data flag test in BasePassPixelShader.usf fails: (GetPrimitiveData(MaterialParameters).Flags & PRIMITIVE_SCENE_DATA_FLAG_DE ...
When a camera is setup in code with GetWorld()->GetFirstPlayerController()->SetViewTarget(this); the camera will work in the editor but a packaged version of the game has a black screen. ...