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. ...

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 ...

Zip up project does not include project plugins

Tools - Aug 5, 2015

Not all plugins live under Engine, PlatformerGame being an example of one. ...

AddProceduralMeshComponent node throws UnknownTemplateReferenced errors in duplicated Function

UE - Gameplay - Blueprint - Aug 5, 2015

AddProceduralMeshComponent node throws UnknownTemplateReferenced errors in duplicated Function User description: 1) Make a function that has a Add Procedural Mesh Component node. 2) duplicate func ...

The DemoRec console command crashes the editor if used during PIE

UE - Networking - Aug 5, 2015

The DemoRec console command crashes the editor if used during PIE. Reproduced in 4.9 Preview 2 binary and 4.9 Releases (//depot/UE4-Releases/4.9/Promotable-CL-2643093). Does NOT occur in 4.8.3 bina ...

Distance Field shadow culling when view is at certain angles

UE - Graphics Features - Aug 4, 2015

Distance Field shadows are culled for larger meshes at certain angles of the cameras view position. Map with reproduced setup is attached. ...

If user changes the Sprites name template, they will have to click the Extract button twice

UE - Gameplay - Paper2D - Aug 4, 2015

In the Extract Sprites window, if the user changes the Naming Template, they will have to click on the Extract button twice for the sprites to extract. ...

Get Functions are not Available for Particle Systems via Blueprints

UE - Graphics Features - Aug 4, 2015

It looks like the Functions Get Float Parameter, Get Vector Parameter, Get Actor Parameter, Get Color Parameter are listed in the API, but are not callable in a Blueprint. ...

Copying a Static Mesh actor from the level and pasting it into a Blueprint as a component does not retain any of the values of the copied actor

UE - Gameplay - Blueprint - Aug 4, 2015

Copying a Static Mesh actor from the level and pasting it into a Blueprint as a component does not retain any of the values of the copied actor. Reproduced in 4.7.6 binary, 4.9 Release (//depot/UE4 ...