Using EditInstanceOnly specifier on ActorComponent appears in actor blueprint

UE - Gameplay - Components - May 13, 2016

When a property added to an ActorComponent class uses the specifier EditInstanceOnly, the property is editable inside a blueprint with the component rather than only showing up when selecting an ins ...

Cable Component unable to convert to static mesh notification

UE - Gameplay - Nov 9, 2016

While Ad Hoc the new features for 4.14, I was testing the feature of converting actors to static meshes. I attempting to convert the cable into a static mesh and I went through the windows and noth ...

Using the Windows 10 Chinese Pinyin keyboard can cause the editor to crash

UE - Editor - UI Systems - Localization - Nov 1, 2016

When the Windows 10 Chinese Pinyin keyboard is being used to enter text into a context menu in a graph editor and is interrupted by the context menu being closed, the editor freezes and results in a ...

Cooking Fails After FBX Imports Within Only Spot Lights

UE - Editor - Content Pipeline - Import and Export - Nov 4, 2016

When importing an FBX file with only lights (in this case) via the "Import Into Level" feature this will cause the cook to fail. This can be resolved by adding geometry into the FBX file. ...

Materials are incorrect on static mesh made from skeletal mesh

OLD - Anim - Oct 27, 2016

When creating a static mesh from a skeletal mesh, the materials will be incorrectly assigned on the static mesh. ...

Missing check for nullptr in Linker.cpp

UE - Foundation - Core - Nov 3, 2016

At line 610 in Linker.cpp, the following declaration is made:UPackage* FilenamePkg = (ExistingPackage ? ExistingPackage : CreatePackage(nullptr, *PackageNameToCreate)); if (FilenamePkg != Exis ...

Fbx scene re-import is not marking as dirty new asset

Tools - Nov 10, 2016

Make sure all created and modified asset in a re-import are mark dirty. Creating a collision mesh was dirtying the asset, this is why the bug is only when we are not generating collision mesh. ...

BBKeySelector does not handle multiple Object types

UE - AI - May 30, 2016

It's not possible to configure a BB key selector to accept multiple different types of UObjects. The issue comes from using strings to identify declared key type filters, which doesn't work well fo ...

One-time crash editing color value of a Linear Color variable

Tools - Nov 7, 2016

One-time crash occurred when changing the color value in the Color Picker for a variable. So far I have not been able to reproduce this issue again. ...

When disabling material curve in Persona, the viewport will not update correctly until Persona is reopened

OLD - Anim - Oct 5, 2016

In Persona, when disabling a material curve, the viewport will play the curve at the value that it was disabled at, rather than at value 0. The viewport will only show it correctly once Persona is ...