unreal.KinematicBonesUpdateToPhysics

class unreal.KinematicBonesUpdateToPhysics

Bases: unreal.EnumBase

This enum defines how you’d like to update bones to physics world.

If bone is simulating, you don’t have to waste time on updating bone transform from kinematic. But also sometimes you don’t like fixed bones to be updated by animation data.

C++ Source:

  • Module: Engine

  • File: SkeletalMeshComponent.h

SKIP_ALL_BONES

Skip physics update from kinematic changes.

Type

1

SKIP_SIMULATING_BONES

Update any bones that are not simulating.

Type

0