SetGamePaused on EventDestroyed crashes the editor on compile

UE - Gameplay - Blueprint - Apr 1, 2015

SetGamePaused on EventDestroyed crashes the editor on compile. Reproduced in 4.7.3 binary and Main (//depot/UE4/Promotable-CL-2496752) Crash Report: [Link Removed] Call Stack: UE4Editor_Engine! U ...

Hot reload causes AnimBlueprint to lose functionality and crash

OLD - Anim - Mar 31, 2015

Casting to a character class inside of AnimBlueprint after a hot reload caused editor to crash Crash Reporter: [Link Removed] Additionally, Casts fail, breaking AnimBlueprint after a hot reload ...

Possession acts differently depending on whether or not "Run as dedicated server" is checked if newly possessed pawn is spawned just before possession

UE - Gameplay - Mar 31, 2015

If a player on a dedicated server attempts to possess a feshly spawned pawn, the blueprint must have an unpossess node just before the possess node to be able to possess the pawn. This is not the ca ...

Stat FPS will freeze a project when packaged for shipping

UE - Foundation - Core - Mar 31, 2015

If you have an Execute Console Command node in your level blueprint with a pressed key executable node, The project will freeze if packaged for shipping when 'Stat FPS' in in the Command box. Test ...

AimOffset and Blenspace graphs causing crash for some users

OLD - Anim - Mar 30, 2015

Users are experiencing crashes when using the AimOffset and Blendspace graphs. I am unable to reproduce this locally, but judging by the Bugg in crash reporter, this is not an isolated incident. [ ...

Rendering out PNG Sequence from Matinee yields Transparent PNGs

Tools - Mar 30, 2015

When rendering a movie out as a PNG sequence, the PNGs are all rendered with Transparency and require the addition of a Black layer before the frame can be viewed as in the Matinee. Went back and t ...

Sample game headers aren't set up in an extensible way

Docs - Samples - Mar 30, 2015

Our sample games all seem to use the semi-deprecated Classes folder for their headers, and many of these headers omit a #pragma once (or other header guard). This means that they don't play nicely ...

Changing code based component category causes component to become ineditable in blueprints

UE - Gameplay - Blueprint - Mar 27, 2015

When a component written in code has it's category setting changed in blueprint the rest of the details for that component will not be editable once the component is deselected and reselected. ...

NavMesh does not update properly when "Can Ever Affect Navigation" is toggled

UE - AI - Mar 27, 2015

if I place a mesh with "Can Ever Affect Navigation" set to true, then set it to false, it will leave the NavMesh with a bugged "hole" that AI does not path around correctly (causing the "Blocked" er ...

OnClicked events do not trigger on objects 100k units away from camera

UE - Gameplay - Mar 26, 2015

Objects that are 100k uu+ away from camera do not trigger "OnClicked" events ...