![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BoneControllerSolvers.h>
Public Member Functions | |
| ANIMGRAPHRUNTIME_API FTransform | Solve (FTransform PelvisTransform, TArrayView< const float > FKFootDistancesToPelvis, TArrayView< const FVector > IKFootLocations, float DeltaTime) |
Public Attributes | |
| FVectorRK4SpringInterpolator | PelvisAdjustmentInterp |
| double | PelvisAdjustmentInterpAlpha = 0.5 |
| double | PelvisAdjustmentMaxDistance = 10.0 |
| double | PelvisAdjustmentErrorTolerance = 0.01 |
| int32 | PelvisAdjustmentMaxIter = 3 |
| FTransform FIKFootPelvisPullDownSolver::Solve | ( | FTransform | PelvisTransform, |
| TArrayView< const float > | FKFootDistancesToPelvis, | ||
| TArrayView< const FVector > | IKFootLocations, | ||
| float | DeltaTime | ||
| ) |
| double FIKFootPelvisPullDownSolver::PelvisAdjustmentErrorTolerance = 0.01 |
| FVectorRK4SpringInterpolator FIKFootPelvisPullDownSolver::PelvisAdjustmentInterp |
| double FIKFootPelvisPullDownSolver::PelvisAdjustmentInterpAlpha = 0.5 |
| double FIKFootPelvisPullDownSolver::PelvisAdjustmentMaxDistance = 10.0 |
| int32 FIKFootPelvisPullDownSolver::PelvisAdjustmentMaxIter = 3 |