[Feature Request] User would like Blutility Asset Action to be able to work on only certain classes of blueprint

UE - Gameplay - Blueprint Editor - Dec 7, 2018

When supplying a specific blueprint class to the Asset actions Utility, the script does not show up in the right click menu as expected (this will work when given Blueprint as the class) ...

Product Viewer Template does not in standalone and VR

UE - Editor - Content Pipeline - Datasmith - Importer - Dec 7, 2018

Edits to TriggerBox ChildActor are only reflected in Viewport on first edit

UE - Gameplay - Blueprint - Dec 6, 2018

Edits to TriggerBox 'Shape' parameters (in a ChildActor component) only update in Blueprint Viewport once, to view subsequent updates one must re-open Blueprint. Confirmed in 4.22 MAIN - 4631879 ...

User created constraints have a default joint name of "UserConstraint" that cannot be edited

UE - Simulation - Physics - Dec 6, 2018

Constraints created by users are all given the same Joint Name of "UserConstraint" and it cannot be edited. This makes referencing these joints individually impossible. Regression?: No This occurs ...

Switching focus to graph while updating event dispatcher tooltip in details view causes text to be reverted.

UE - Gameplay - Blueprint Editor - Dec 6, 2018

`TreeView->ClearSelection()` gets called before the text is set/committed. `FBlueprintDelegateActionDetails::GetDelegateProperty` which calls `SMyBlueprint::SelectionAsDelegate` requires the TreeVie ...

Walking on a movable TG_PostUpdateWork produces incorrect component positions

UE - Gameplay - Player Movement - Dec 5, 2018

When an actor set to movable and ticking with TG_PostUpdateWork is walked over, the character's capsule component position is incorrect during movement. ...

Static Mesh's Simple Collision does not mirror collision orientation when mirrored

UE - Simulation - Physics - Dec 5, 2018

Created Static Mesh Actor's Simplified Collision boxes do not mirror Collision Orientation when mirrored in the World/Editor. ...

ContributeToMass not working when simulating physics

UE - Simulation - Physics - Dec 5, 2018

Un-checking the ContributeToMass setting on any part of a physics asset results in an ensure when simulating physics.  ...

Actor Component properties can become "linked" across multiple Blueprints after a hot reload

UE - Gameplay - Components - Dec 3, 2018

If code in an Actor Component class is changed (eg. a new UPROPERTY is added) and a hot reload is performed to implement the changes, the properties in the component can become linked across any Blu ...