πŸ–οΈGrip Authoring

Learn about existent grip authoring tools

Before getting started it’s advisable to familiarise yourself with the following concepts: ExistentGrabComponent and ExistentGripComponent.

The grip edit mode offers tools to support the authoring of grip poses used by the ExistentGripComponent and the overall grab system.

Why a grip edit mode?

When creating a tracked object, custom grips are essential to make handling the object feel natural. While the ExistentGripComponent and the ExistentHandSolver can let you generate dynamic poses you will get the best results by providing authored poses.

An authored pose in this context is an animation sequence that has at least one frame of data. There are several means to create an animation sequence to use as a grip pose, however, all the available solutions introduce friction. The grip edit mode aims at improving authoring the grip poses workflow.

What is the grip edit mode?

In essence, the grip edit mode is a blueprint editor custom mode that lets you create and edit grip poses directly while working on a tracked object.

Using this mode you can manipulate the hand bones of a grip preview mesh and generate a custom pose. Aside from manipulating the bones you can also adjust the grip component itself to better align the grip pose with the tracked object. Finally the grip edit mode allows to save the edits made on the grip preview mesh to an animation sequence.

Known Limitations

Because the grip edit mode is a custom editor mode embedded inside the blueprint editor there are some known limitations compared to a full custom asset editor.

  • The grip edit mode is built using the component visualizer framework in Unreal Engine. While a lot can be achieved with this framework, there are limitations around capturing inputs. Using a component visualizer, inputs can only be captured in the viewport. This means that while editing a grip if you click away from the viewport on a blueprint editor button/component/variable the grip component will be deselected and the grip edit mode will exit. This issue is remedied by caching all your current changes as you are editing a grip which means that if you exit grip edit mode by mistake you can enter it again and resume from where you left off.

  • Similar to the above point, since the grip edit mode has limitations around capturing inputs you may notice that keyboard shortcuts will not work when you firstly enter grip edit mode. This occurs because the component visualizer has not received focused yet. Once you click on the first bone control and the component visualizer has received input all the keyboard shortcuts will start to work.

Last updated