When using seamless travel in combination with the console command "Server Travel LevelName" Event End play nodes do not get a chance to fire off

UE - Gameplay - May 20, 2015

Licensee was having trouble removing widgets from the viewport on End play in the HUD blueprint. They were using Seamless travel for their game mode and they were changing levels with the console co ...

Overlap trigger on Event Begin Play doesn't work after converting project from 4.7.6 to 4.8 P2

UE - Gameplay - May 18, 2015

Overlap trigger on Event Begin Play doesn't work after converting project from 4.7.6 to 4.8 P2. The user thought this was related to using Custom collision object types but it is reproducible with ...

Vehicle does not create an overlap event in 4.8 preview 2

UE - Gameplay - May 18, 2015

If the user places a trigger volume into the level and then drives the car into it the over lap event will not trigger ...

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

"Play" node does not restart the animation when triggered

UE - Gameplay - May 13, 2015

"Play" node in the Blueprint Editor does not restart the animation when it is triggered. Problem crops up when somebody wants to replay the animation assigned to the skeletal mesh more than once. ...

The Get Overlap Infos is not very descriptive and some data is not being exposed

UE - Gameplay - May 13, 2015

The Get Overlap Infos is not very descriptive and some data is not being exposed. It's not clear what this node should be returning, and there isn't much that can be done with the return currently. ...

Using a user generated timeline in blueprint causes an exception in engine code.

UE - Gameplay - May 13, 2015

This crash is caused by an exception that is thrown due to the functions inside of a blueprint based off a user-defined class that is suppose to mimic Timelines. ...

Cannot change collision on child components of blueprint in Details Pane

UE - Gameplay - May 12, 2015

The child component of a blueprint cannot have their collision altered through the details pane of the main editor viewport if the child component is a sphere. All changes must occur in the blueprin ...

Spawning a bp, setting the location, and simulating physics in one string will cause the Set Actor Location node to be ignored

UE - Gameplay - May 8, 2015

Spawning a bp, setting the location, and simulating physics in one string will cause the Set Actor Location node to be ignored User Description: One is if you spawn a physics actor which has simu ...

Instance Static Meshes spawned at Runtime do not have collision

UE - Gameplay - May 8, 2015

Spawning an Instance Static Mesh at runtime does not have collision. This issue appears only in 4.8 Preview 1 and the 4.8 Release branch (tested on CL-2540862), but is fixed in Main Branch as of Ma ...