Using the 'Show Only Selected' Option with Grouped Actors Selected in the Viewport Still Hides the Grouped Actors

Tools - May 18, 2015

When selecting grouped actors within the viewport and attempting to use the 'Show Only Selected' visibility option from the right-click menu, the actors will be hidden. It is only when you select th ...

Source Control Submitting via the engine does not accurately check for current Asset status

Tools - May 15, 2015

Licensee has found that when using the submit to source control option in the editor, assets which are deleted to a submitted changelist via the engine are re-uploaded when a person immediately uplo ...

Blackboard interaction crashes engine

UE - AI - May 15, 2015

User Description: "I'm trying to implement AI and following zoombapup's Guard AI YT tutorials. Whatever I do within Blackboard crashes the engine. Yes even a single click on Self key. Here's the dum ...

Including "meta = (WorldContext = "WorldContextObject")" as a specifier in a Blueprint Function Library results in the function not being available in Object Blueprints if a parameter passed into the function is a UObject named WorldContextObject

UE - Gameplay - Blueprint - May 15, 2015

If a function in a custom code Blueprint Function Library class contains meta = (WorldContext = "WorldContextObject") as a specifier, that function does not appear in context searches in a UObject B ...

If a component has been rotated at all, running ComponentSweepMulti on it does not return the correct position of any colliders on the component

UE - Simulation - Physics - May 14, 2015

ComponentSweepMulti does not return the correct location of colliders if the component that is passed in has been rotated at all. The actual collision on the object in the game will be correct. ...

Editor crashes with 2 or more Clients when spawning in a Blueprint created from a Static Mesh using the Blueprint/Add Script button

UE - Networking - May 14, 2015

Editor crashes with 2 or more Clients when spawning a Blueprint created from a Static Mesh using the Blueprint/Add Script button. Blueprints created from Static Meshes using other methods do not cau ...

nonstandard bsp additive brushes cause breaking/artifacting on other bsp brushes when colliding

UE - LD & Modeling - Modeling Tools - BSP - May 14, 2015

if a nonstandard additive bsp brush collides with a standard additive bsp brush, the surfaces of the bsps break and artifact, causing numerous holes in the brushes. ...

Code classes that include a CableComponent cannot be built in Visual Studio without making a modification to the CableComponent.h file in source code.

UE - Gameplay - May 14, 2015

Adding a cable component to a custom code class will result in a build failure in Visual Studio unless the Cable Component's source code is modified to include CABLECOMPONENT_API. ANSWERHUB:https:/ ...

Retopologized landscapes ignore collision when mip level set to 1

UE - LD & Modeling - Terrain - Landscape - May 14, 2015

Object collision ignores landscape components that have been retopologized if the landscapes collision mip level is set to 1 instead of 0. ...

Editor crashes upon PIE unless tick is disconnected and reconnected

UE - Gameplay - Blueprint - May 14, 2015

Project crashes if user presses compile or PIE unless they first disconnect and reconnect event tick within blueprint component BP_BuildStage. Frequency: 4/4 CrashReporter: [Link Removed] ...