When changing the Orientation in the iOS settings to Portrait and Upside Down, the splash screen will still appear in the landscape orientation when the project opens. this issue will only occur on ...
Crash occurs when attempting to add an actor component c++ class to a game mode blueprint if the actor component is tagged with the Within="GameMode". Found in 4.11.2 binary, reproduced in 4.10.4 ...
The editor crashes while attempting to use the erosion tool on a landscape in editor. Frequency: 2/2 Callstack: <unknown module>! KERNELBASE!RaiseException() <unknown module>! UE4Editor_Core!FO ...
When testing UMG on an iOS device, the UMG is not rendering correctly ot the device. The UMG components seem to over lap each other. Photos of the expected outcome vs the outcome seen have been at ...
When you add or remove collision manually, the NavMesh will not update, even after rebuilding paths. The only way to get the NavMesh to update when collision is changed manually is to restart the ed ...
When setting up a BP via the scene with the new method of adding components and converting to a BP the child component that is set to simulate physics enabled will be offset from its original positi ...
In a project, if you duplicate the example level and attempt to save it, the save will finish, but the asterisk will remain on the file. Attempting to open the duplicated map will prompt another sav ...
The Child Actor Component cannot be selected in the Blueprint Editor Viewport. Selecting the Child Actor Component in the Components tab is the only way to select the component. Reproduced in 4.7.6 ...
Users affected: 440 Total occurrences: 672 Last occurrence: July 16th 2024, 2:40:01 pm First occurrence: December 31st 2023, 1:47:28 pm Latest version: ++UE5+Release-5.3-CL-29314046 Platform: Win64 ...
After creating a Scene Component code class and an Actor code class, creating a reference to the SceneComponent in the Actor class constructor will cause a crash on hot reload in the editor. ...