Unnecessary extra condition check in PropertyStruct.cpp

UE - Foundation - Core - Nov 3, 2016

On line 300 of PropertyStruct.cpp, there is the following if check:if ((Struct->StructFlags & STRUCT_SerializeFromMismatchedTag) && (Tag.Type != NAME_StructProperty || (Tag.StructName != Struct->Get ...

Collapse All/Expand All not functioning as expected

Tools - Nov 2, 2016

This is only happening in the Editor Preferences/Project Settings. Hitting the Collapse All option removes everything and leaves the window blank where all of the settings were. Expand all brings th ...

Reimporting Does Not Update Normal Import Method In Build Settings

Tools - Oct 19, 2016

If you reimport an asset with a different normal import method it won't update the build settings for that mesh. For example if you were import with computing tangents then set the mesh to import ta ...

Ribbon Trails are inconsistent in Content Examples

Docs - Samples - Nov 1, 2016

In the Effects level of Content Examples, the Ribbon trails appears to snap back to the origin of the particle effect after the life of the particle. This is an issue in 4.13.1 as well. This is a ...

LIVE: EDITOR: FBX: Combined Meshes Flag does not work when importing multiple LODs in a single FBX

UE - Editor - Content Pipeline - Import and Export - Oct 10, 2014

BRANCH: MAIN CHANGELIST: 2322258 PLATFORM: Windows DESCRIPTION: When importing a mesh into the editor if there are multiple LOD setup meshes in a single FBX they will not import as a single asset w ...

Actors attached to a child actor component become unattached after viewport update

UE - Gameplay - Oct 21, 2016

When an actor is added as a child to another actor's child actor through the world outliner, updating the editor viewport causes the added actor to become unattached from the child actor. ...

Teleport node sets the movement mode for a pawn back to default

UE - Gameplay - Oct 10, 2016

Teleport node sets the movement mode for a pawn back to default. The current movement is overridden by the default after using teleport node ...

"Sedan_512.VehicleMesh Sedan_SkelMesh has to have 'Simulate Physics' enabled if you'd like to AddForceAtLocation" warning spam when pushing against vehicle

UE - Simulation - Physics - Oct 20, 2016

When pushing against the sedan blueprint (whose skeletal mesh component is simulating physics), the following warning appears repeatedly in the output log:Warning Sedan_512.VehicleMesh Sedan_SkelMes ...

Fix PrimitiveComponent overlap indirection

UE - Simulation - Physics - Sep 27, 2016

When doing overlap tests in PrimitiveComponent, UWorld->ComponentOverlapMulti is used. The callstack for that ends up looking like this (callstack is inverted, highest level on top): UWorld::Compo ...

LevelSequenceActor Tick( ) doesn't call super, preventing Blueprint class of LevelSequenceActor from calling Tick

UE - Gameplay - Oct 28, 2016

LevelSequenceActor is missing Super::Tick( ), preventing Blueprint version of class from calling Tick( ). ...