OnActorSpawned is called prior to FinishedSpawning for PlayerControllers and actors spawned with bDeferConstruction set to true

UE - Gameplay - Oct 12, 2017

When a PlayerController or any actor with bDeferConstruction set to true is spawned, OnActorSpawned.Broadcast is called prior to FinishSpawning which can cause issues as some components may not be i ...

[CrashReport] UE4Editor_SequenceRecorder!<lambda_ffd596aba4580204f4fb2f5c21d9754c>::operator() [actorrecording.cpp:139]

UE - Anim - Sequencer - Oct 12, 2017

This is a common and longstanding crash that has occurred since at least 4.14. User DescriptionsRecording sequencer cinematic on character panw. Using Vr static meshes. A sequencer object was alrea ...

WorldGridMaterial gets added as Element 0 when importing LOD model

When importing a LOD model, LOD material can get added as element 0, not preserving previous material assignment. It's not possible to re-order/delete the automatically added Element 0 WorldGridMat ...

Ensures reparenting a child blueprint with a call to parent function in interface function

UE - Gameplay - Blueprint Editor - Oct 10, 2017

REGRESSION: Yes, does not occur in 4.17.2 Ensures occur when reparenting a child blueprint that has a Call to Parent Function in a function from a Blueprint Interface. ...

Capsule Indirect Shadow is visible in Game View for a hidden in game model

UE - Graphics Features - Oct 10, 2017

A model's Capsule Indirect Shadow is visible in Game View, even when a model has "Actor Hidden in Game" enabled. The shadow does not get displayed in PIE. ...

DestructibleMesh does not correctly effect vertex color of material.

UE - Simulation - Physics - Destruction - Oct 10, 2017

Destructible Mesh does not correctly affect vertex color. ...

Warning on compiling Sub Anim Instance node with connection to exposed variable

OLD - Anim - Oct 10, 2017

When compiling an animBP with a Sub Anim Instance node with a connection to an exposed variable, warning will be displayed. When there is no connection to the Sub Anim Instance node, no warning wi ...

Execution Doesn't Resume When Hitting BT Task Breakpoint and Trying to Resume in the Behavior Tree

UE - AI - Oct 6, 2017

When a breakpoint is hit in a BT Task Blueprint, execution will not be resumed if you attempt to do so from the Behavior Tree that is running the BT Task. This will cause a crash if executed in the ...

Material static switch fails to retrieve correct value

UE - Graphics Features - Oct 6, 2017

Crash Occurs When Attempting to Resume Execution After Hitting a Breakpoint in a BT Task

UE - Gameplay - Oct 6, 2017

When a breakpoint is hit in a BT Task, if you attempt to use CTRL+P to search for and open the BT the task is being run in, try to resume execution, and then return to the original BT Task Blueprint ...