Impossible to reparent blueprint class that has a broken parent class when using compilation manager

UE - Gameplay - Blueprint Compiler - Dec 8, 2017

Alternatively use BP_ParentClassIsMissingType in QAGame ...

CoreRedirects cannot be properly used to rename a BlueprintImplementableEvent that has a return value

UE - Gameplay - Blueprint - Dec 7, 2017

Attempting to use CoreRedirects to rename a BlueprintImplementableEvent that has a return value results in the function not being renamed in the Blueprint subclasses and its Return Value nodes causi ...

Blueprint Function Reorder displays error tooltip when trying to reorder functions

UE - Gameplay - Blueprint Editor - Dec 7, 2017

There is an issue when attempting to reorder blueprints where Blueprint Function Reorder displays error tooltip when trying to reorder functions. In previous engine versions, functions could not be ...

[CrashReport] UE4Editor_PropertyEditor!TSharedPtr<IPropertyUtilities,0>::ToSharedRef() [sharedpointer.h:794]

Tools - Dec 6, 2017

Top Crash in 4.18 release Comment from User: "Picking a color for my shader" Source Context:// NOTE: The following is an Unreal extension to standard shared_ptr behavior 788 FORCEINLINE ...

Crash-Connecting output of unspecified functions to pins on the material result node

UE - Rendering Architecture - Materials - Dec 6, 2017

Crash-Connecting output of unspecified functions to pins on the material result node. This does occur in Main at CL: 3792526 ...

Unknown by landscape material warning logspam when launching onto Android/HTML5/iOS/tvOS

UE - LD & Modeling - Terrain - Landscape - Dec 6, 2017

Unknown by landscape material warning logspam when launching onto Android Also occurs in Main @ CL 3792526 --Reproduces in //UE4/Release-4.18 at CL 3792614 --Reproduces in //UE4/Release-4.18(.1) at ...

Hot Reload wipes all elements of UProperty TArrays in Blueprint subclasses

UE - Foundation - Cpp Tools - Hot Reload - Dec 5, 2017

Hot reloading a change that affects a class that contains a TArray UProperty will wipe all of the array elements of any Blueprint subclasses of that class. Regression?: Yes This does not occur in 4 ...

Instance Static Mesh element not rendered if array element is removed and another is added

UE - Gameplay - Dec 5, 2017

Instance Static Mesh element is not rendered if array element is removed and another is added. The collision is still present and the instance count will still register as if the non-rendered elemen ...

Crash when attempting to revert a Child blueprint from overriding its parent's function while it also has a child of its own

Tools - Dec 4, 2017

When reverting the change of overriding a function from a blueprint's parent, the editor will crash if that blueprint has a child of its own. Regression?: No This also occurred in 4.16 ...

When Importing Camera, Previously Imported Cameras' Focal Length is Overridden

UE - Anim - Sequencer - Dec 4, 2017

4.17 does not allow for camera import. If multiple cameras are imported into sequencer, all cameras Current Focal Length change to match the newest imported camera. Mentioning Jira: [Link Remove ...