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="LOD Threshold"))
int32 LODThreshold
Remarks
Max LOD that this node is allowed to run. For example if you have LODThreshold at 2, it will run until LOD 2 (based on 0 index) when the component LOD becomes 3, it will stop update/evaluate A value of -1 forces the node to execute at all LOD levels.