Unload Stream Level Not Removing Dynamically Spawned Actors

UE - Gameplay - Jan 12, 2017

Dynamically spawned actors do not seem to be removed when unloading a streamed level that they were spawned into. ...

Rotating a static mesh makes it slightly smaller

UE - Gameplay - Jan 11, 2017

If a static mesh is rotated 180 degrees, it is made slightly smaller than it usually is. There are some other degrees that can give the same effect without the shrinking, such as 540. Regression?: ...

Vectorized and Non-Vectorized FTransform Accumulate are inconsistent with Blendweights

UE - Foundation - Core - Jan 11, 2017

The vectorized version of FTransform::Accumulate and FTransform::AccumulateWithAdditiveScale3D only blend the rotation, but not the translation or scale. This is divergent behavior from the non-vec ...

Making the viewport fullscreen while Application scale is a value other than 1.0 results in a zoomed in/out viewport

Tools - Jan 11, 2017

When using Application Scale in the editor, using F11 to make the viewport fullscreen results in an either zoomed in or zoomed out fullscreen version. Note: This same issue occurs when using a comb ...

'Enable Physics Interaction' Not Preventing Character From Interacting With Physics Objects

UE - Gameplay - Jan 11, 2017

When running a dedicated server using the Run Dedicated Server checkbox under the Play button dropdown, character's with Enable Physics Interaction set to false are still able to interact with physi ...

Blueprint Const Function Allows Array Clear

UE - Gameplay - Blueprint - Jan 11, 2017

Attempting to clear an array in a const function returns no compiler error in blueprints. If you create the same setup in C++ using a const function, an error is returning upon compiling as expected ...

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 ...

Reset to Default and Pasting can change the transform of an actor with locked movement

Tools - Jan 9, 2017

Using the Reset To Default option for any of the transform values as well as the Paste command for the Scale values on an actor can still change the values when an actor's "Lock Actor Movement" sett ...

Disabling "Should Be Visible" On a Streaming Level Resets Variable Values

UE - Gameplay - Jan 6, 2017

When disabling "Should be Visible" of a stream level and then enabling it again, the values of variables in a Blueprint that has been placed in a stream level maintain their value in PIE but reset t ...

Add Controller Pitch Input Isn't Relative

UE - Gameplay - Jan 6, 2017

Add Controller Pitch Input isn't relative to the player. The user has provided a video of this issue occurring as well: [Link Removed] ...