FAnimNode_SplineIK::FindParamAtFirstSphereIntersection

Use our linear approximation to determine the earliest intersection with a sphere

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/BoneControllers/AnimNode_SplineIK.h

Include

#include "BoneControllers/AnimNode_SplineIK.h"

Source

/Engine/Source/Runtime/AnimGraphRuntime/Private/BoneControllers/AnimNode_SplineIK.cpp

Syntax

float FindParamAtFirstSphereIntersection
(
    const FVector & InOrigin,
    float InRadius,
    int32 & StartingLinearIndex
)

Remarks

Use our linear approximation to determine the earliest intersection with a sphere

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