Projectiles transferring additional velocity when stepped on.

UE - Gameplay - Jul 10, 2015

If a player steps on projectiles they have their velocity overridden and are launched away from the projectile. ...

UMG curve editor values are set to 0 when dragging a set value

UE - Editor - UI Systems - Jul 10, 2015

An example of this issue would be that after setting the color and opacity setting along the time line and then trying to click and drag that key frame it will set the value for the currently select ...

Compiler error on indirect blueprint component references when change is made to actorcomponent

UE - Gameplay - Components - Jul 10, 2015

When blueprints associated with the actorcomponent are open and changes are made to the actorcomponent, once it's compiled there are compiler errors on the indirect blueprints. ...

GameplayDebuggerProxyHUD is misspelled in the HUD Class

UE - Gameplay - Jul 9, 2015

GameplayDebuggerProxyHUD is misspelled in the HUDClass under World Settings within the Editor. Edit MattK: The whole class has the wrong name. It will need to be renamed and redirected ...

After Seamless Server Travel, the Client cannot move the character or see the Server character

UE - Networking - Jul 9, 2015

After Seamless Server Travel, the Client cannot move the character or see the Server character. On the Server, the Client character appears to be falling in place. Tested in both first and third per ...

Decal Does not appear on Unlit Materials

UE - Graphics Features - Jul 9, 2015

When using a decal on an unlit material the decal will not render. Adding the DBuffer Decals yields the same result. ...

Object references do not save for local variables within a function library when set as a default

UE - Gameplay - Blueprint - Jul 9, 2015

As an example, if a user sets a material variable's default within a function library it will not save. The Variable will be set back to "None" after hitting the compile button. ...

Destructible meshes hang after first bounce

UE - Simulation - Physics - Destruction - Jul 9, 2015

Destructible meshes that bounce lose their momentum, causing them to hang awkwardly midair (see attached video). The issue does not appear to occur for low framerates, and would only repro during sc ...

TBigInt allocates twice as much memory as necessary for FString input

UE - Foundation - Core - Jul 9, 2015

TBigInt appears to allocate twice as much memory as necessary for the input. This produces an unexpected output of the input value. ...

Editing a blueprint from a hidden streamed level can reset all actor transforms

UE - Gameplay - Blueprint - Jul 9, 2015

When editing an actor blueprint that's inside of a hidden streamed level, the blueprint actor transform will reset to 0,0,0. There is a video that's attached to the AnswerHub post which is very use ...