Collision boxes slow to move when using higher poly meshes

Tools - Jun 15, 2015

Collision boxes become sluggish to move when using higher poly meshes. High poly boxes attached (60 K and 120K tris) Users Video for reference: [Link Removed] ...

Changing component type in code breaks blueprint details for the component

UE - Gameplay - Blueprint - Jul 7, 2015

If the VisibleAnywhere specifier is use in the UPROPERTY macro of a code based component, changing that component from one type to another (from USphereComponent to UBoxComponent for example) will c ...

Custom Blend Graph read only after copy/paste of State Nodes

OLD - Anim - Apr 30, 2015

When copy/pasting a state network, if any transition has Custom Blend Logic, the Custom Blend Graph becomes read only in the pasted version. ...

Teleporting to the World Location of a Scene Component in a packaged game will crash the game

UE - Gameplay - Blueprint - Jun 1, 2015

Teleporting to the World Location of a Scene Component in a packaged game will crash the game. Teleporting to the Actor Location does not cause this crash. Crash log attached. Nothing is showing up ...

A duplicated component in the blueprint editor is invisible and the pivot stays at 0,0,0 until compiled

UE - Gameplay - Blueprint - Jun 19, 2015

A duplicated component in the blueprint editor is invisible and the pivot stays at 0,0,0 until compiled User Description: Since 4.8 if I duplicate a child actor component in the viewport the dupli ...

Add Code to Project fails to add a class to the project

UE - Foundation - Core - Mar 16, 2015

Add Code to Project fails to add a class to the project. The project can't be reopened until the classes are manually removed and the project is recompiled. The following errors occur when using Add ...

Adding impulse to a Static Mesh Component that is not the root of an Actor Blueprint does not replicate movement to the Client

UE - Networking - May 19, 2015

Adding impulse to a Static Mesh Component that is not the root of an Actor Blueprint does not replicate movement to the Client. Reproduced in 4.7.6, 4.8 Preview 3, and Main (//depot/UE4/Promotable- ...

Get Font Size returns 0.0 for default (null) font value

UE - Gameplay - Jan 21, 2015

When using the default value in a "get text size" node, the height and width return 0.0. Note: potentially returning null value as no hard value is presented to font. James: Should use same fall ...

Editor crashes on Shootergame when implementing widget blueprint

Docs - Samples - Sep 30, 2014

In Shootergame, adding a widget to the Viewport causes the editor to crash after PIE then re-opening the blueprint calling the widget. Additional Notes: This was repro'd in both main and Github. L ...

Show progress/cancel button during lengthy destruction fracture

UE - Simulation - Physics - Jul 25, 2014

When the 'Fracture' button is clicked on a Destructible Mesh made from SM_MatPreviewMesh_02, the editor immediately freezes and stops responding. ...