Tala Esenlikler

EPoseOverlayIKTargetMode

Controls how synchronization and runtime evaluation handle an IK target.

Pose Overlay 1.0.1 UE5.8 Enum

Controls how synchronization and runtime evaluation handle an IK target.

Module PoseOverlayRuntime
Category Inverse Kinematics
enum class EPoseOverlayIKTargetMode : uint8

Values

ApplyAuthoredDelta 0
Bake and apply the target's authored delta.
FollowComposedFK 1
Move the target after composition so it exactly follows its mapped source bone.
FollowComposedFKRelative 2
Preserve the incoming source-to-target transform while following the final composed source.

Related Docs