PhysicsConstraint is not properly updated with world origin shifting

UE - Simulation - Physics - Feb 15, 2019

When world origin shifting occurs, or any movement of the constraint component itself, the underlying physx constraint is not properly updated, leading to incorrect results. ...

ISM is not transformable in standalone if mesh distance fields are generated

UE - Graphics Features - Feb 15, 2019

Instanced static mesh is not transforming when running in standalone or a packaged project. The collision of the mesh will scale but not its visual. ...

AttachToComponent replication snapping to position instead of keeping relative location

UE - Networking - Feb 15, 2019

When using AttachToComponent at runtime, the attachment does not replicate properly for some clients. The relative transform/rotation is not maintained. The user who reported this issue mentioned th ...

[CrashReport] UE4Editor-Core!FDebug::CheckVerifyFailedImpl(char const *,char const *,int,wchar_t const *,...) [AssertionMacros.cpp:418]

UE - Rendering Architecture - RHI - Feb 15, 2019

Two comments from users:Running in -dx12 mode to test raytracinglaunching editor Generated from CrashReporter ...

In a Material instance, parameters of newly selected Material Layer Instance are overridden by default

UE - Rendering Architecture - Materials - Feb 15, 2019

 A minor issue but can be quite inconvenient when there're a lot of parameters. ...

Warning when Editing a Variable with an empty Gameplay Tag Query - Warning: Error parsing FGameplayTagQuery!

UE - Gameplay - Feb 14, 2019

Warning is thrown when Editing an empty Gameplay Tag Query variable:Warning: Error parsing FGameplayTagQuery! This issue is also occurring in 4.21.2. Once the Gameplay Tag Query has tags in the Qu ...

Off by one in skeletal animation length

UE - Anim - Sequencer - Feb 14, 2019

Malformed command sent to UAT if BuildCookRun command ends with a trailing slash ("\")

UE - Foundation - Cpp Tools - Feb 14, 2019

Including a trailing slash ("\") at the end of a BuildCookRun command sent to UAT results in UAT receiving a malformed command. If the command ends with a slash, the resulting command that UAT recei ...

Potential for race conditions in startup movies to cause crash

Tools - Feb 14, 2019

In startup movies there is a potential for a race condition when getting the size of an FMovieViewport. This has led to crashes for licensees. The shared pointer ...