FJacobianSolver_PositionRotationTarget_LocalFrame

This support positional/rotational target using custom frame provided by user.

Windows
MacOS
Linux

Inheritance Hierarchy

FJacobianSolverBase

FJacobianSolver_PositionRotationTarget_LocalFrame

References

Module

FullBodyIK

Header

/Engine/Plugins/Experimental/FullBodyIK/Source/FullBodyIK/Public/JacobianSolver.h

Include

#include "JacobianSolver.h"

Syntax

class FJacobianSolver_PositionRotationTarget_LocalFrame : public FJacobianSolverBase

Remarks

This support positional/rotational target using custom frame provided by user. If you want to create custom frame for stiffness.

Constructors

Overridden from FJacobianSolverBase

Name Description

Protected function Virtual Const

void

 

InitializeSolver

(
    TArray< FFBIKLinkData >& InOutLink...,
    TMap< int32, FFBIKEffectorTarget > ...
)

Initialize Solver - allows users to modify data before running the base solver - Check Below

Protected function Virtual Const

void

 

PreSolve

(
    TArray< FFBIKLinkData >& InOutLink...,
    const TMap< int32, FFBIKEffectorTar...
)

Pre Solve - for each iteration, they run PreSolve.

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