Simulated Proxies using UCharacterMovementComponent slide around after moving

UE - Gameplay - Player Movement - May 15, 2019

UCharacterMovementComponent::SimulateMovement line 1729 checks: if (!bHandledNetUpdate || !bNetworkSkipProxyPredictionOnNetUpdate || !CharacterMovementCVars::NetEnableSkipProxyPredictionOnNetUpdate) ...

Perforce integration creates bad changelist

Tools - May 14, 2019

Perforce integration creates bad changelist when deleting or renaming a file, then renaming another into its place ...

Loading a map via File->Open Level... when it is already loaded in World Composition view does not reset actors to origin

UE - World Creation - Worldbuilding Tools - World Composition - May 14, 2019

Loading a map via File->Open Level or just by clicking on it to open it, when it is already loaded in World Composition view does not reset actors to origin. The actors instead keep the same positio ...

Spawned Actors do not appear in World Outliner

Tools - May 11, 2019

Spawning actors from a Blueprint via the SpawnActorFromClass function at runtime does not cause the World Outliner to update. Tested in 4.21.2 (CL - 4753647), 4.22.1 (CL - 6063286), 4.23 (CL - 64 ...

Client movement and animation are heavy jittered on listen server

UE - Gameplay - Player Movement - May 10, 2019

The listen server will see jitter in clients character movement and animations. This is hard to notice without the "slomo" command but is extremely obvious using "slomo". Clients will see server and ...

Contact offset multiplier no longer working

UE - Simulation - Physics - May 10, 2019

Changes in physics code have caused rolling objects to behave differently. https://forums.unrealengine.com/development-discussion/content-creation/50364-rolling-ball-jumps-on-flat-surface Conf ...

Gameplay Debugger doesn't work in ShooterGame when "Run Dedicated Server" is checked

UE - AI - May 10, 2019

The Gameplay Debugger does not function in ShooterGame when "Run Dedicated Server" is checked. This issue only affects ShooterGame and works as expected in a Blank project or if "Run Dedicated Serve ...

Python commandlet crashes when spawning actors in a level

UE - Editor - Workflow Systems - May 7, 2019

Using the python commandlet to spawn actors within a Map and then saving it causes a crash in the commandline. Tested in 4.21.2 (CL - 4753647), 4.22.1 (CL - 6063286),  4.23 (CL - 6338849) ...

SetPhysMaterialOverride does not work properly when using Weld Simulated Bodies enabled AttachToComponent func

UE - Simulation - Physics - May 7, 2019

When using Weld Simulated Bodies enabled AttachToComponent func, the child Primitive Component's BodyIstance ActorHandle is released. As a result, in BodyInstance.cpp, the judgment of FPhysicsComman ...