How-To Create a Physical Animation Profile

This how-to will show you how to create a Physical Animation Profile using the Physics Asset Editor.

Choose your operating system:

Windows

macOS

Linux

In this How-To, we will cover the basics of creating a Physical Animation Profile and adding Physics Bodies to it.

Steps

  1. Find or Create a Physics Asset for your Skeletal Mesh using the Content Browser .

    ![Physics Asset in the Content Browser](InteractiveExperiences/Physics/PhysicsAssetEditor/HowTo/CreatePhysicalAnimationProfile/physics_asset.png)(w:800)

    If opting to create a new Physics Asset , you will need to set it up before continuing.

  2. Double-click the Physics Asset to open the Physics Asset Editor .

    ![The Physics Asset Editor main user interface](InteractiveExperiences/Physics/PhysicsAssetEditor/HowTo/CreateConstraintProfile/physics_asset_editor.png)

  3. Under the Windows menu, select Profiles ; the Profiles window should appear as a docked tab.

    ![Windows menu with Profiles highlighted](InteractiveExperiences/Physics/PhysicsAssetEditor/HowTo/CreateConstraintProfile/profiles_window_menu.png)(w:300)

  4. Add a Profile using the New button on the Physical Animation Profiles entry, and set its name (in the image below we've named it DocsProfile ).

    ![Adding and naming a new Physical Animation Profile](docs_phys_anim_profile.png)(w:500)

  5. Select the Physics Body you want to include in your new Physical Animation Profile in the Skeleton Tree panel, the Physics Graph panel, or the Viewport .

    To see Constraints in the Skeleton Tree panel, select Show Constraints in the Options dropdown menu.

  6. Press the Assign button in the Profiles panel.

    ![Assigning Constraints to a Profile](assign_physics_bodies_to_profile_2.png)

    1 - Assign button

    2 - Physics Bodies selected in the Skeleton Tree panel

    3 - Physics Bodies selected in the Physics Graph panel

    4 - Physics Bodies selected in the Viewport

  7. Adjust the properties for the selected Physics Bodies .

    ![Physical animation properties in the details panel](physical_animation_details.png)(w:600)

    A good set of starting values is 1000, 100, 1000, 100, 0, 0

    ![Physical animation recommended default values](physical_animation_recommended_defaults.png)(w:600)

  8. Repeat steps 5-7 for all the Physics Bodies you want to add to the Physics Animation Profile .

    You can select, assign, and edit the Properties of multiple Physics Bodies simultaneously. You only need to edit them individually if you want their properties to be different.

  9. Save your Physics Asset using the Save button in the Physics Asset Editor .

    saveButton.png

You can edit an existing Physics Animation Profile by selecting it in the dropdown menu, then using Assign to add new Physics Bodies, or using Unassign to remove existing Physics Bodies.

Result

The Physics Asset will have a profile that can be called upon from Blueprint or C++ to change the Physical Animation properties of its Physics Bodies .

Additional Resources

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss