ChildActorComponent (SkeletalMesh) goes into tpose when calling SetChildActorClass

OLD - Anim - Mar 19, 2018

There is an issue occurring where when updating an animation of a child actor by setting the Child actor class, the animation will flash the skeleton in a T-Pose before continuing with the animation ...

Favorites section not shown on reload

Tools - Mar 19, 2018

After adding any Folder to your Favorites, the entire section disappears after reloading the project. ...

Incorrect foliage color in editor preview when using PerInstanceRandom node

Tools - Mar 19, 2018

When using PerInstanceRandom in the foliage material, the foliage in the editor preview has incorrect "broken" color. In the game preview, color shows up correctly. Reproduced in 4.19.0 CL 3944462 ...

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

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