Using HideCategories specifier does not hide custom categories

Tools - Aug 6, 2015

If a Component/ variable is given a custom category in code, using the HideCategories specifer inside the UCLASS macro does not hide the category. ...

Switcher widget causes a crash when dragging a widget out of it and on to the canvas panel

UE - Editor - UI Systems - Aug 6, 2015

If the user adds two widgets to a switcher and then tries to drag one out of it the editor will crash ...

LightPropagationVolume plugin can not be disabled

UE - Graphics Features - Aug 6, 2015

SceneRenderTargets.cpp includes LightPropagationVolumeBlendable.h, which means if you disable the LightPropagationVolume plugin and compile, you will get compile errors. ...

Show 3D Widget for vector variable in a blueprint component does not correctly appear in blueprint viewport when implemented

UE - Gameplay - Blueprint - Aug 6, 2015

Setting a vector variable to editable and showing a 3D widget within a blueprint actor component does not show the 3d widget within a blueprint implementing the component. ...

Snapping Pivot to Vertices is Difficult using New Default Keyboard Shortcuts

Tools - Aug 6, 2015

A licensee requested this ticket be entered as a bug report. The pivot vertex snapping functionality has changed and no longer functions as it did in prior versions of the engine. Somewhere the key ...

Internal Compiler error when calling a custom enum in a struct from a blueprint macro

UE - Gameplay - Blueprint - Aug 6, 2015

If a macro is referencing a custom enum within a struct and compiled after another output pin is removed, an internal compiler error will appear and the blueprint will not compile. ...

Adding a new variable to a Struct that has been paired up with a data table will cause a crash

UE - Gameplay - Blueprint - Aug 6, 2015

If a user creates a struct and then creates a data table that uses this struct, the user can then no longer add variable to the struct due to the engine crashing ...

Save on Compile "On Success Only" Does not save on Successful Compiles with Warnings

UE - Gameplay - Blueprint - Aug 6, 2015

The option to save on Compile "On Success Only" does not save on successful compiles that contain warnings. If this is intended, then to avoid confusion, the tool tip should specifiy that "Blueprin ...

Navigation System is gathering navigation bounds too early

UE - AI - Aug 6, 2015

In GameInstance.cpp when the Navigation System is created it calls... UNavigationSystem::InitializeForWorld This in turn ends up calling... GatherNavigationBounds(); This goes through all ...

Simulate physics on an actor and then using slomo 0 console command causes force being added to mesh

UE - Gameplay - Aug 5, 2015

If an actor has had simulate physics enabled and then the console command Slomo 0 is used, force will be added to the mesh, causing it to fly. ...