Static variable declaration causes unresolved external errors when calling FRootMotionMovementParams functions

OLD - Anim - Jan 11, 2017

Attempting to call a FRootMotionMovementParams function results in an unresolved externals error on compile because of the static FVector RootMotionScale variable. Workaround: In source, removing s ...

Changing blendspace on a blendspace player node resets the play time

OLD - Anim - Jan 11, 2017

Open QAGame and duplicate Player_RunBlend to Player_RunBlend2. Create an animation blueprint for M_Avg_Base_AnimSkeleton and set it up in the screen shot below. ( "New Var 0" and "New Var 1" contai ...

The Nativize Blueprint Assets option causes C++ collision components to ignore their extents set in a blueprint

UE - Gameplay - Blueprint Runtime - Jan 11, 2017

Using the Nativize Blueprint Assets option can cause the extents of a collision component defined in code and inherited by blueprints to use its default values in a packaged build instead of the ext ...

Cannot add set/map variables to user defined structs

UE - Gameplay - Blueprint - Jan 11, 2017

For 4.15, we should (ideally) support this, or only provide the array option in sturct (if the other path is too big a change for 4.15 post-branch). ...

IsTickableInEditor is ignored

UE - Foundation - Core - Jan 10, 2017

Changing IsTickableInEditor to false does not prevent an object from ticking while in editor mode. ...

Capsule collision replication issue

UE - Simulation - Physics - Jan 10, 2017

Increasing the Capsule Half Height size of a Capsule Component of a Character class in a multiplayer game results in other clients getting inaccurate (jittery) collision when colliding against meshe ...

Procedural meshes spawned at runtime cause a crash

UE - Simulation - Physics - Jan 10, 2017

When using a procedural mesh at runtime, projects fail on mobile devices. Tested on both Android Nvidia Shield and iPhone 6+. ...

Skeletal Meshes with cloth disappear when at the edge of the viewport

UE - Simulation - Physics - Character - Jan 10, 2017

Skeletal meshes with cloth will disappear at the edge of the viewport. If timed right (hard to repro, you can see it flicker repeatedly. ...

Launch on fails during staging with a SafeCopyFile Exception for MfMedia.uplugin

Tools - Jan 10, 2017

Was able to repro this on machines with and without machines set up for Xbone testing. ...

Actor moves between levels when using Convert Actor

Tools - Jan 9, 2017

Using Convert Actor when the wrong level is selected can cause the actor to move levels. This doesn't seem to happen with every actor type but is 3/3 reproducible using the steps provided. User Des ...