Crouch node does not appear to have any affect when called

UE - Gameplay - Player Movement - Jan 3, 2017

Crouch node does not appear to have any affect when called. The Is Crouching always returns false ...

Compile failure adding BTTask_RunBehavior C++ class to project

UE - AI - Dec 22, 2016

Error message in log is:CompilerResultsLog:Error: Error MyBTTask_RunBehavior.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl IGameplayTaskOwnerInterface::OnGameplay ...

Copying and Pasting transform tracks creates a second transform track in Sequencer

UE - Anim - Sequencer - Dec 19, 2016

When testing the new features in 4.15, i noticed that when copying and pasting a transform track in Sequencer, and pasting the transform track to an actor, it adds another transform track rather tha ...

Using World Composition with networked applications will cause sublevels to be loaded on clients and not properly replicate.

UE - World Creation - Worldbuilding Tools - World Composition - Dec 15, 2016

World Composition is set up to actively manage when levels are loaded and unloaded. However, using this in network applications can cause clients to load levels instead of the server (if a client wa ...

FindCollisionUV always returns False on Skeletal Meshes

UE - Gameplay - Dec 14, 2016

FindCollisionUV always returns False on Skeletal Meshes User Description: In UE 4.14.0, the blueprint "Find Collision UV" functions doesn't work properly with Skeletal Meshes. While it works fine ...

Inconsistent Prioritization of Navigation Modifiers

UE - AI - Dec 12, 2016

When working with Nav Modifiers in a level that contains objects that have a custom Nav Area class, the prioritization of the modifiers is not consistent. If you notice in the attached project, so ...

GameState PlayerArray Not Replicated in Correct Order

UE - Networking - Nov 28, 2016

The GameState's PlayerArray is not being replicated in the same order. This occurred every time I tested in Standalone game, but did not seem to occur when I tested in a new editor window. The Sta ...

Animation Interpolation will not occur if the Evaluation Rate is set at the same value as skipped frames

OLD - Anim - Nov 18, 2016

When an animation is skipping frames, interpolation will not occur if the Max Evaluation Rate is set to the same number as the number of frames being skipped (or 1 frame higher). The Eval Rate will ...

Transition Screen Size does not affect LODActors

UE - World Creation - Worldbuilding Tools - HLOD - Nov 18, 2016

Transition Screen Size doesn't seem to affect when LODActors are added to the level. This was occurring before Dev-Framework's merge into Main at CL 3198987. ...

Packaged projects on Windows and Mac are not opening as windowed fullscreen

Tools - Nov 16, 2016

When you package a project on Windows or Mac, the project is then opened in windowed mode instead of windowed fullscreen. Regression: Works in 4.12.5-3039270 Does not work in 4.13.2-3172292 Does no ...