Custom Component class does not show up in Add Component list

UE - Gameplay - Blueprint - Mar 5, 2015

Creating a code component class and marking the UCLASS() macro with meta=(BlueprintSpawnableComponent) does not allow the component to be used inside blueprints. Workaround: Adding ClassGroup=( [Gr ...

Cannot Rename or Delete Event Dispatchers if they are named "color"

UE - Gameplay - Blueprint - Jul 21, 2015

Event Dispatchers cannot be renamed or deleted after being created if the name used is "color". ...

Instanced meshes spread further apart as size increases

Tools - Jun 22, 2015

As the size increases on instanced static meshes, they spread further apart, causing unwanted breaks in tiling. This increase is proportionate to the increase of size. Note: Despite the collision ...

This Blueprint will not compile and causes a crash in 4.8

UE - Simulation - Physics - Mar 18, 2015

The MiningBuilding Blueprint in this user's project will not compile. Clicking the compile button never switches it to "Good to Go", and a warning that it needs to be compiled appears at PIE. Repro ...

Crash when Moving a Single Foliage Instance with over 15k Painted Instances

UE - World Creation - Worldbuilding Tools - Foliage - Apr 8, 2016

A licensee is reporting a crash when he transforms/moves a single instance of foliage, when there are 15,000 or more painted instances of that mesh in a single map. Regression Yes, I tested the sam ...

Android game packaged with obb outside apk does not create SaveGame directory on device

UE - Platform - Mobile - Jun 19, 2015

An apk packaged in 4.8 release with 'Package game data inside .apk' unchecked does not create a SaveGame folder in the device's directory and does not create a .sav file. File is saved if the SaveGa ...

Entering 'Games App Id' for Google Play Services without configuring apk packaging first crashes the editor

UE - Platform - Mobile - Jun 12, 2015

User reported that he was experiencing a crash when attempting to put in Games App ID in Android section of project settings. Note that this occurs only if the Configure Now button in the APKPackagi ...

Most GameMode classes cannot be set in Blueprints

UE - Gameplay - Jun 14, 2015

Most GameMode classes cannot be set in Blueprints. Only Set Default Pawn Class and Set HUD Class have Setters available in Blueprints (the Getters are all still available). Reproduced in 4.8.0 and ...

Setting fullscreen resolution while playing in Windowed Mode

UE - Graphics Features - Nov 11, 2014

When launching/playing a game in windowed mode, the lower resolution settings remain when using the command "r.setRes 1920x1080f." The user is saying for example if he runs the command "r.setRes 64 ...

LIVE: AnimBP States and Transitions no longer have the option to enter Custom Blueprint Events

OLD - Anim - Nov 9, 2014

In 4.5 and previous versions, a State or Transition node had a Custom Blueprint Event field in the Details panel under Animation State for three events. AnimBP States and Transitions no longer have ...