Components tree is ending up with duplicate entries (same pointer added to the list view more than once), causing an assert

UE - Gameplay - Blueprint Editor - Jul 19, 2017

This is a common crash affecting users in 4.15 and 4.16. Over 200 unique users have been affected. User DescriptionsCamera Component Drag Drop Error 카메라 컴포넌트를 이벤트 그래프에 드래그 하는 도중 에러 발생 Creating a ne ...

[CrashReport] UE4Editor_Kismet!FBlueprintGlobalOptionsDetails::CanDeprecateBlueprint() [blueprintdetailscustomization.cpp:5127]

UE - Gameplay - Blueprint Editor - Jul 19, 2017

This is a common crash affecting users in 4.15 and 4.16, affecting over 200 unique users so far. User Descriptionsattempt to import bp from example Source Context 5124 { 5125 // I ...

Typing "Print S" in Blueprint Graph Context Menu returns wrong result

UE - Gameplay - Blueprint Editor - Jul 17, 2017

Typing "Print S" in Blueprint Graph Context Menu returns a result that does not contain the letters "Print S" this issue persists is you add another s after (Print ss). The search should display som ...

[CrashReport] FBlueprintEditor::OnRemoveExecutionPin()

UE - Gameplay - Blueprint Editor - Jul 14, 2017

This is a common crash affecting users on Mac and Windows. User Descriptionsremoving empty execution pins from sequence node Source Context 3952 void FBlueprintEditor::OnRemoveExecution ...

Breaking links one Set By-Ref Var node breaks the other as well (wildcards)

UE - Gameplay - Blueprint Editor - Jul 12, 2017

If the user breaks the link on one pin on the Set By-Ref Var node, it will break the link on the other pin as well. ...

Renaming an input pin does not update accessor

UE - Gameplay - Blueprint Editor - Jun 30, 2017

The Component Details tab stops working after setting a Blueprint-owned ChildActorComponent class to AbstractNavData and then reloading the Blueprint asset.

UE - Gameplay - Blueprint Editor - Jun 29, 2017

Choosing 'AbstractNavData' as the class for a ChildActorComponent inside a Blueprint class and then relaunching the editor seems to break component details panel editing the next time the Blueprint ...

Unable to edit default values of TMap struct variable stored in an inherited component from the full blueprint editor

UE - Gameplay - Blueprint Editor - Jun 29, 2017

When you have a struct variable that is part of a TMap which is stored in an inherited component, the struct is not editable in the full blueprint editor. It is editable in the data only blueprint e ...

Pins inside a function will be orphaned if user changes pin type

UE - Gameplay - Blueprint Editor - Jun 19, 2017

When the user changes the pin type of a linked pin, the pin inside the function will be orphaned. This will result in an ERROR DUPLICATE pin on the function instance. ...