Spaces in SCS component variable names carry through to the component template object name.

UE - Gameplay - Components - Feb 28, 2018

Naming an SCS component variable something like "My Scene" results in a component template UObject named "My Scene_GEN_VARIABLE" (space included). This causes the property editor/details view to fa ...

Parameters show up in material instances even if they're not supposed to be exposed

UE - Rendering Architecture - Materials - Feb 28, 2018

In this case, I've added inputs to a material function. That material function input uses a parameter as it's default value. [image: Inline image 1] When referenced in the shader[image: Inline ima ...

[CrashReport] UE4Editor_D3D11RHI!TRefCountPtr<FRHIResource>::operator=() [refcounting.h:103] - ModifyViewForShadow() [shadowdepthrendering.cpp:1872]

UE - Graphics Features - Feb 28, 2018

No user comments on crash group 95 TRefCountPtr& operator=(ReferencedType* InReference) 96 { 97 // Call AddRef before Release, in case the new reference is the same ...

Arrays of user-defined structs are not initialized properly in a nativized Blueprint class.

UE - Gameplay - Blueprint - Feb 28, 2018

New elements are not being initialized properly when setting up the default value for arrays of user-defined structures in nativized Blueprint C++ constructor code. ...

Blutility button not working after editing blueprint - need to reopen window

UE - Gameplay - Blueprint Editor - Feb 28, 2018

Blutility buttons are broken if graph is edited while panel is open. User reported bug Video repro attached ...

If you add a cluster to another level to create HLOD and open a hierarchical outliner at the original level, the original level crashes.

UE - World Creation - Worldbuilding Tools - HLOD - Feb 28, 2018

Please check the attached file. https://udn.unrealengine.com/questions/417308/hlod-%E3%82%92%E4%BD%9C%E6%88%90%E3%81%99%E3%82%8B%E3%81%9F%E3%82%81%E3%81%AE%E5%88%A5%E3%83%AC%E3%83%98%E3%83%AB%E3% ...

[Landscape] Collision Object Type Requires WorldStatic to Paint Foliage

UE - World Creation - Worldbuilding Tools - Foliage - Feb 27, 2018

No longer able to paint foliage when new Collision Object Type is applied to the landscape. Reproduced in 4.17.2 CL 3658906, 4.18.3 CL 3832480, and 4.19 P5 3898826 ...

VREditor: Right eye freezes when looking at a selected object with temporal upsampling enabled

UE - Platform - XR - Feb 27, 2018

The right eye of the HMD freezes when looking at an object that has been selected in VR Mode with Temporal Upsampling on. Happens with both Vive and Oculus. I did not see this when playing in VR. I ...

OnRep functions not overrideable in child BPs

UE - Gameplay - Blueprint Editor - Feb 27, 2018

The function that is Auto-Generated when creating RepNotify Variables is not overrideable in child blueprints. (Potentially involved with the inability to add inputs/outputs to OnRep_ functions) ...

Dithered LOD Shadowing transition issue when using Stencil with HISM

UE - Graphics Features - Feb 27, 2018

Hierarchical instance static meshes appear to have a shadowing issues when transitioning between LODs when dithering using Stencils. Note: This issue may be related to [Link Removed] or [Link Remo ...