Adding an Output to a Collapsed Node Graph by Dragging a Pin to it Won't Update Properly

UE - Gameplay - Sep 18, 2018

Adding a output pin to a collapsed graph through dragging it on adds it to the list of inputs and doesn't update the input/output nodes. Found in 4.19 CL# 4033788, 4.20 CL# 4302132, and 4.21 CL# 43 ...

"Fill Data Table from CSV File" crashes packaged project.

Tools - Sep 18, 2018

Using "Fill Data Table from CSV File" node in packaged project crashes instantly.  User acknowledges that they are misusing this node and requests that limitations are documented. (Editor only Tool ...

IsTraceHandleValid with default FTraceHandles has unexpected behavior on the first frame

UE - Simulation - Physics - Sep 18, 2018

Because both FWorldAsyncTraceState's CurrentFrame and FTraceHandle are default initialized to 0, on the first frame, if a new Asnc Trace starts all default FTraceHandles will reference the same (now ...

Prevent LevelScriptActor destruction from actor channel close

UE - Networking - Sep 18, 2018

LevelScriptActor can be destroyed from a channel close on the client before the associated level is removed from the world, which prevents proper cleanup of the network driver. We should look into ...

Importing a Landscape Layer with World Composition Enabled is Taking All Available Memory

UE - LD & Modeling - Terrain - Landscape - Sep 18, 2018

When importing layer information to a landscape the engine will freeze and consume all available memory. Unable to test in 4.19 due to provided project being made in 4.20. I have attached a log from ...

InstanceOnly properties are written to a Blueprint

UE - Gameplay - Blueprint - Sep 17, 2018

When CopyActorProperties is used with a target being a template such as a blueprint, it can copy and serialize EditInstanceOnly Properties. ...

Anim Notify blueprints are included in packages when not referenced

UE - Foundation - Core - Cooker - Sep 17, 2018

Anim Notify Blueprints are included in Packaged builds of the editor even if they are not referenced. This does not occur with other Blueprint classes, such as Actor, although it may with some other ...

Post Process Volume Priority Doesn't Affect Post Process Materials

UE - Graphics Features - Sep 17, 2018

Post process volume priority doesn't affect post process materials. Found in 4.19 CL# 4033788, 4.20 CL# 4302132, and 4.21 CL# 4369303 ...

Selecting with eyedropper tool will select ChildActor

Tools - Sep 14, 2018

It can select ChildActor with the Eyedropper tool. Since ChildActor is an actor created temporarily, when you restart the Editor it becomes empty because there is no reference. When selecting AActor ...

FBX material IDs from 3DS Max are reordered in automatic LOD generation

Tools - Sep 12, 2018

This appears to be a UE4 bug in the way it handles the importing of FBX Material IDs from 3DS Max exports.Max uses set Mat IDs to organize multiple materials on a single object.UE4 correctly handles t ...