Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/AnimNodes > API/Plugins/IKRig/AnimNodes/FAnimNode_RetargetPoseFromMesh
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category=Performance,
Meta=(DisplayName="IK LOD Threshold"))
int32 LODThresholdForIK
Remarks
Max LOD that IK is allowed to run. For example if you have LODThresholdForIK at 2, it will skip the IK pass on LODs 3 and greater. This only disables IK and does not affect the Root or FK passes. A value of -1 forces the node to execute at all LOD levels.