If a Blueprint made from a class using PostLoad is saved immediately before and after PIE, a crash can occur

UE - Gameplay - Blueprint - Dec 14, 2015

Using PostLoad in a class that has a Blueprint derived from it can result in a crash if the Blueprint is saved immediately before and after PIE. CrashReporter Link: [Link Removed] ...

Getting Relative Location of an Object That Once Simulated Physics Returns World Location

UE - Simulation - Physics - Dec 10, 2015

Attempting to get the Relative Location of a component that once simulated physics, but has been dynamically set at runtime to not simulate physics returns the World Location instead until the actor ...

Editor Crashes When Setting Location of Scene Component BP to World

UE - Gameplay - Blueprint - Dec 9, 2015

In an actor blueprint with a scene component blueprint as its root, if you add a child object to the scene component blueprint, and then go into the scene component blueprint and set the location to ...

Clicking Off of a Blueprint Node Does Not Save Changes Made to Comment Bubble

UE - Gameplay - Blueprint - Dec 9, 2015

When entering a comment on a Blueprint node, pressing Enter or clicking off of that node both appear to apply the changes made to the comment. However, clicking off of the node does not mark the Blu ...

Failed Skeletal Mesh "reimport" can cause asset to be deleted entirely

Tools - Dec 8, 2015

When you attempt to import an FBX with the same name as another asset in the same folder, it asks to overwrite it. Many users and licensees use this method over our "Reimport" options because there ...

High Res Screenshot Tool Scene Color rendering washed out as EXR

UE - Graphics Features - Dec 8, 2015

When rendering out the Buffer Visualization Targets with the HDR setting on, the resulting Scene Color EXR is rendering significantly washed out compared to the Buffer Viz. in the Editor and if comp ...

Failed Import Error Message Appears on Components in Child Blueprints

UE - Gameplay - Components - Dec 2, 2015

Creating a C++ class based on actor and adding components to it will build successfully and work as expected. However, creating two child blueprints of a parent that is based on that C++ class and p ...

Setting ComponentTick as a Hide Category in an Actor Component Blueprint corrupts the BP and causes a crash when opened after an editor restart

UE - Gameplay - Components - Dec 2, 2015

Setting ComponentTick as a Hide Category in an Actor Component Blueprint corrupts the BP and causes a crash when opened after an editor restart. [Link Removed] Reproduced in 4.9.2 binary, 4.10.0 b ...

Unable to Select Multiple Actors Containing Child Actor Components in the Viewport

Tools - Dec 2, 2015

When attempting to select multiple actors in the level that contain Child Actor Components, if you right-click to edit the properties of the selected actors, it will deselect any others that you hav ...

Creating a Second Strategy Game Project with the Default Name Doesn't Update References in Code

Tools - Dec 1, 2015

Creating a second Strategy Game project, and leaving it as the default name (StrategyGame2) will prevent it from being compiled. The compile fails because the files are not properly renamed to match ...