Set Material for a DM in the Construction script will result in a crash

UE - Simulation - Physics - Destruction - Jun 3, 2015

Setting a material in a BP construction script after setting a DM will result in a crash. This will render the BP inaccessible once the project reloads. Opening the BP will result in an instant cras ...

Changes to Landscape Thickness not propegated to PhysX

UE - LD & Modeling - Terrain - Landscape - Jun 3, 2015

In 4.8 preview 4, it appears that changes made to a landscape actor's CollisionThickness property in the editor are not being replicated in physX [...] It appears that what happens is that the engin ...

Adding to Struct causes 'Inappropriate Outermost' warnings

UE - Gameplay - Blueprint - Jun 2, 2015

Adding to Struct causes 'Inappropriate Outermost' warnings to be spammed to the Output Log ...

Teleporting to the World Location of a Scene Component in a packaged game will crash the game

UE - Gameplay - Blueprint - Jun 1, 2015

Teleporting to the World Location of a Scene Component in a packaged game will crash the game. Teleporting to the Actor Location does not cause this crash. Crash log attached. Nothing is showing up ...

Changing the Pin Type on the 'Select' node can cause errors with pins that have been split

UE - Gameplay - Blueprint - Jun 1, 2015

Changing the Pin Type on the 'Select' node can cause errors with pins that have been split. ...

Creating custom event from function w/ delegate variable parameter does not have input pin for the delegate

UE - Gameplay - Blueprint - May 29, 2015

When using a delegate variable as a function parameter, dragging off of the delegate pin of an associated function BP node to create a custom event will create a default custom event without the inp ...

Cannot Import Sound File with Duration Less Than 1 Second

UE - Audio - May 29, 2015

Unable to import a sound file shorter than 1 second in length. The two sound files attached are the same sound, but one has been extended to at least 1 second long and successfully imports. ...

NavLinkCustomComponent fail to register if loaded with the level

UE - AI - May 29, 2015

NavLinks are failing to work due to UNavLinkCustomComponent::OnRegister being called before the creation of the UNavigationSystem. This results in the NavLinkUserID remaining 0 and the link never tr ...

Crash when setting console command for shadow max resolution to 1

UE - Graphics Features - May 29, 2015

When setting the console command r.shadow.MaxResolution to a value of 1 will cause a crash. CrashReporter: [Link Removed] ...

Crash when opening a blueprint that referenced a struct blueprint that no longer exists

UE - Gameplay - Blueprint - May 28, 2015

If a user creates a struct blueprint then references it in another blueprint and then deletes the struct while the editor is closed, the referencing blueprint will crash when opened. ...