Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
Include | #include "Components/SkeletalMeshComponent.h" |
Syntax
namespace EKinematicBonesUpdateToPhysics
{
enum Type
&123;
SkipSimulatingBones,
SkipAllBones,
&125;
}
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.