Split Struct nodes do not update if the struct variable is changed

UE - Gameplay - Blueprint - Aug 30, 2017

If a struct variable inside a blueprint has its node split, changing the variable form one struct to another does not update the split pin. Recombining / resplitting the struct has no affect. Work ...

UStaticMeshComponent.PreviousLODLevel always returns 0

UE - Graphics Features - Aug 30, 2017

The UStaticMeshComponent.PreviousLODLevel variable always returns 0 no matter what the last LOD actually was. Regression?: No This also occurred in 4.16 ...

Discrepancy in capsule distance to floor when crouching

UE - Gameplay - Components - Aug 30, 2017

When crouching is set in the CharacterMovement Component, the distance from the character capsule to the floor increases by one unit while crouching. Regression: No - Same behavior occurs in 4.16.3 ...

Split pins of Function inputs do not correctly update if variable type is changed

UE - Gameplay - Blueprint - Aug 30, 2017

When using the inputs of a function, splitting a variable and then changing its variable type does not properly update the node as expected. This occurs with any variable type that can be split. Sav ...

Foliage disappears after 1.5k if occlusion culling project setting is disabled

UE - World Creation - Worldbuilding Tools - Foliage - Aug 30, 2017

When unchecking the Occlusion culling option in the project settings, if you place over 1.5k foliage meshes in the world, they stop rendering, the meshes are still present in the level and can be se ...

EXR format image files appear dark in texture editor with HDRCompressed setting

UE - Editor - Content Pipeline - Import and Export - Aug 30, 2017

Imported textures in exr image file formats preview darker in HDRCompressed versus HDR in the texture editor. [Link Removed] [Link Removed] They seem to look the same in a simple material using l ...

Blueprint needs to be compiled if another blueprint sharing an interface is compiled

UE - Gameplay - Blueprint - Aug 29, 2017

Blueprint needs to be compiled if another blueprint sharing an interface is compiled Regression: This does not happen in 4.16 ...

[CrashReport] Mac Metal crash - FSceneRenderer::RenderDistortion()

UE - Graphics Features - Aug 29, 2017

This is a somewhat common Mac crash occurring since 4.15 and into 4.17.1. Users have not provided any descriptions of their actions when the crash occurred. This specific callstack was previously ...

Inaccurate dialog box displayed when trying to open a project that contains a plugin with missing binaries

UE - Foundation - Core - Aug 29, 2017

In 4.17, attempting to open a project that contains a plugin with a missing .dll file results in a dialog box appearing that says that the plugin is not compatible with the current Engine version, a ...

Construction script runs multiple times when placing an actor in the scene

UE - Gameplay - Blueprint - Aug 29, 2017

An actor's construction script runs multiple times (3 times) even when "Run Construction Script on Drag" is set to false ...