Crash on merge actor when Use specific LOD Level

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

Merge Actor crash when specifying Use specific LOD Level, and the actor has a collision component ...

The FNetNameMapping::GetUniqueName function appends numerical values to the end of the previous name instead of replacing the previous name's numerical value

UE - Gameplay - Blueprint Compiler - Feb 23, 2018

The GetUniqueName() function attempts to make sure that all node names are unique. For nodes that are used a large number of times, it adds a numerical value to the end of the name. Prior to 4.18, t ...

VR template motion controllers are not assigned correctly

UE - Platform - XR - Feb 23, 2018

The motion controllers appear to be incorrectly assigned in the VR template resulting in them no longer tracking the motion controllers. The Hand enum that is exposed in the BP_motionController that ...

Set Array Elem - saving wrong value

UE - Gameplay - Blueprint - Feb 23, 2018

When using the Set Array Elem and an empty Boolean array the results from a print string differ when testing an actors hidden value. It seems that this logic will always return true as it references ...

Nativization of Blueprint Subclass of PlayerStart fails

UE - Gameplay - Feb 23, 2018

Fail to package with nativization. cannot convert from 'USceneComponent *' to 'UBillboardComponent ...

Alt+Space does not fire in blueprints

UE - Gameplay - Blueprint - Feb 23, 2018

When using Alt+Spacebar the space event will not fire. This includes if Alt is added to the event via the details panel. In short the space bar will not fire an event while the Alt key is held down. ...

[Feature Request] Add a project setting to change the number of texture samplers to support in ES2

UE - Platform - Mobile - Feb 23, 2018

Add an item to Project Settings, Android, "Support 16 Texture Samplers on ES2". The bBuildForES2 flag must be enabled for this setting to be active. The tooltip should read "Allow 16 texture samp ...

[CrashReport] UE4Editor_UnrealEd!FAssetData::FAssetData() [assetdata.h:107]

Tools - Feb 22, 2018

No user comments on crash group ...

[CrashReport] UE4Editor_CoreUObject!UObject::ProcessEvent() [scriptcore.cpp:1189]

UE - Platform - XR - Feb 22, 2018

No user comments on crash group ...

ModifiedDelegate and SaveDelegate in FSettingsSection are not always executed when a config value is changed

Tools - Feb 22, 2018

The comments describing ModifiedDelegate and SaveDelegate in FSettingsSection seem to indicate that the delegates should be executed after the settings section has been modified or should be saved. ...