The scene capture will revert back to the Character BP that is placed in the level when player 2 is not moving. When they are moving the scene captuer will show correctly. You can get around this ...
Crumbling Geometry collection do not render for one frame when child clusters crumble. In the repro project a 4 particle GC is told to crumble. The single GeometryCollectionActor is then split into ...
Physics Constraint Component has lost accuracy between Unreal versions 5.2 and 5.4 (and up). When measuring the exact distance between rigid bodies constrained by a Physics Constraint Component, the ...
When spawning an actor using the Spawn Actor From Class node that has a Set Replicates node in the construction script, the editor crashes upon attempting to run a dedicated server with 2 players. ...
Replacing GENERATED_UINTERFACE_BODY() with GENERATED_BODY() in 4.7.0 or above results in an Unreal Header Tool crash and build failure in Visual Studio. This was working in 4.6.1, but when tested i ...
When using AddChildActorComponent in the construction script of an actor and attempting to get a reference to the child actor that is stored in a variable on Event Begin Play, the editor throws erro ...
Using AI Detour in 4.9.2 works as expected, however, when upgrading a project from 4.9.2 to a newer version, the AI pawns fail to properly navigate around each other when moving to their respective ...
The splash screen on the iPhone 6s is stretched when loading. Tested alongside the iPhone 5s and the Samsung Galaxy Note 2 for comparison. The stretching only occurs on the 6s. iPhone 6s: 6240_iPho ...
When changing a packaged game from Fullscreen to Windowed mode at runtime, the window is placed in the top left corner of the monitor and the title bar disappears. Setting FullscreenMode=2 in the G ...
While writing test cases for the Blueprint Communication Content example, I came across this inconsistency. The logo continues to spin even after the button is no longer active. I expected the logo ...