Engine Features Preview 7/23/2015

We’re excited to share a few of the new features now available on the Master branch on GitHub. To be able to try out these new features, you will need to download the source code for the Master branch and build the Engine yourself. For more information about how to build the Engine from source code, please see this page. The Master branch on GitHub is constantly being updated and is not quality tested so it may be potentially unstable. We do not recommend using the Master branch for project development. If you wish to wait, these features will be made available to all in an upcoming official release.

Engine News

New Features

Bone-driven Animation Controllers

Bone driven controllers allow you to adjust one or more components of a Driven bone based on the motion of a component of the Driver bone.


In this example, the grenade bone has no authored animations, and is being driven in two axes as a function of the thigh_r bone. Any blend of animations ends up working well without a lot of hand-authored tweaking because it is being calculated at runtime.

You can either take the driver value directly with a multiplier, remap it into a new range, or use a curve asset to drive the motion. Using a curve is usually the best approach as it lets you define the response naturally and interactively tweak points/tangents, seeing the changes in real-time.

image.png

Some notes on usage:

  • The component selection (Translation X/Y/Z, etc…) is always in parent bone space; you can select the parent of the bone and look at the coordinate system when you are trying to figure out which axis to drive (turn the mesh view off to see the axes).
  • Use the new observe bone nodes to figure out the range of input motion and observe the driven value. These let you print out the current position of a bone (at that particular point in the animation tree) and have a couple of options for coordinate space and whether to display relative to the reference pose. You’ll typically want Parent Bone Space, Relative To Ref Pose when working with Bone Driven Controllers.

image (1).png

The observe bone nodes are meant for debugging. They don’t cost much but are not currently compiled out of a shipping build, so you should probably remove them when you are done working with the graph.

Smart Resizing for Transform Details UI

The vector and rotator widgets now support automatically rendering in a more compact mode as the details panel shrinks, making it possible to edit properties over a wider range of widths.


Rotator UI Consistency

Rotators now display everywhere in a consistent order as XYZ, rather than being displayed as XYZ in the level editor but as Pitch, Yaw, Roll (YZX order) in Blueprints.

In a Blueprint:

image.png

In the level editor:

image (1).png

All existing content is automatically updated and will work as expected, but you may notice wires crossing that didn’t cross before since the order has changed.

As a refresher (this information is also displayed in the tooltips):

  • X is the roll value (rotation about the X axis, typically the forward vector, so tilting your head clockwise/counterclockwise)
  • Y is the pitch value (rotation about the Y axis, typically the right vector, so looking up/down)
  • Z is the yaw value (rotation about the Z axis, typically the up vector, so turning to face left/right)

The bone-driven animation controller will be a great help! Is it known if it will make it for 4.9?

Bone Driven Controller is exactly what i need for what i’m learning about animation, i hope will be available in 4.9.

It’s in the master branch right now, but I am not sure if this made it in before we branched 4.9. I’ll have to ask.

EDIT: “bone controllers, observe nodes, rotator name changes, and responsive vectors/rotators are all in 4.9. Last one was something I’ve had in a shelf since 4.7 and I finally pulled it out and got it checked in the day before the branch” -

ninja’d it in at the last second like a boss :cool:

The Rotator UI consistency and Bone driven animation is going to be really beneficial. Love the new enhancements! :smiley:

! Get on comitting that smart UI, God ****, that makes customizing my monitor setup a dream ! :smiley:

Look awesome guys.

Tommy.

Ha, excellent thanks for checking! I really look forward to it :slight_smile:

Thank you for this great update !

Thank you Epic!

I am looking forward to bone controllers!

:slight_smile:

Rama

Same, I was NOT looking forward to re-authoring all of my existing animations to support the attachment of new weapons to the player when not in use. Bone-driven controllers are a great addition, and one I didn’t even realize I would need until I saw what it could do.

Does bone driven controller has advantages compared to attached physic driven object with collisions ?

It would be interesting to have tags of stable versions to these versions previews. Several times I try to compile the master and sometimes even the promote, and I can not even compile.

Smart UI looks fantastic, will save me a few hundred pixels of much needed screen space (not being sarcastic).