EKinematicBonesUpdateToPhysics::Type

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h

Include

#include "Components/SkeletalMeshComponent.h"

Syntax

namespace EKinematicBonesUpdateToPhysics
{
    enum Type
    {
        SkipSimulatingBones,
        SkipAllBones,
    }
}

Values

Name

Description

SkipSimulatingBones

Update any bones that are not simulating.

SkipAllBones

Skip physics update from kinematic changes.

Remarks

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.

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