Adding reroute node before "GetClassDefaults" disconnects output

UE - Gameplay - Blueprint - Mar 19, 2018

Outputs from "GetClassDefaults" node will break if a reroute node is used between input and node. Does not occur in 4.18 ...

[CrashReport] UE4Editor_Engine!TArray<unsigned int,TAlignedHeapAllocator<0> >::BulkSerialize() [array.h:1173]

OLD - Anim - Mar 19, 2018

Comments from users in crash group:I was loading my project which i have made a copy from previous version of the engine (4.18).4.19 preview crashed while opening my project on 90% ...

Unreal crashes when you connect scalar node to scalar input, when material function has a vertex interpolator

UE - Graphics Features - Mar 19, 2018

There is an issue occurring where Unreal crashes when you connect a scalar node to scalar input when the material function has a vertex interpolator. This issue causes the engine to crash, but the i ...

ReceiveTickAI called before ReceiveSearchStartAI

UE - AI - Mar 19, 2018

When using both ReceiveTickAI and ReceiveSearchAI nodes, ReceiveTickAI is called before ReceiveSearchAI. This was not the case in 4.18. ...

Crash when Landscape Max LODLevel is set to 0

UE - LD & Modeling - Terrain - Landscape - Mar 16, 2018

Reproduced in 4.19.0 CL 3944462 and 4.20 Main Unable to reproduce in 4.18.3 CL 3832480. This is a regression. ...

[CrashReport] UE4Editor_GitSourceControl!FGitCheckInWorker::Execute() [gitsourcecontroloperations.cpp:100]

Tools - Mar 16, 2018

User comments look like its an issue with committing to GIT in editor:Commiting to git.Commiting to git caused crash ...

[CrashReport] UE4Editor_Core!rml::internal::ExtMemoryPool::initTLS()

UE - Foundation - Core - Mar 16, 2018

No user comments in crash group 110 #if PLATFORM_MAC 111 // macOS expects all allocations to be aligned to 16 bytes, but TBBs default alignment is 8, so on Mac we always have to use ...

[CrashReport] UE4Editor_Engine!ReleaseVertexBuffer() [dynamicmeshbuilder.cpp:299]

UE - Graphics Features - Mar 16, 2018

No user comments in crash group 296 static void ReleaseVertexBuffer(FVertexBuffer& VertexBuffer) 297 { 298 ***** if (VertexBuffer.VertexBufferRHI->GetSize() <= FGlobalDynamicMesh ...

Transformed FBoxSphereBounds sphere radius not matching with scaling

UE - Graphics Features - Mar 16, 2018

When viewing the Sphere Radius around a Static mesh actor it appears to greatly exceed the mesh when setting the Z transform to 4 from 1. ...