UIKRigSolver::UpdateSolverSettings

Override to support RECEIVING modified solver settings from outside systems for editing/UI.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

IKRig

Header

/Engine/Plugins/Animation/IKRig/Source/IKRig/Public/IKRigSolver.h

Include

#include "IKRigSolver.h"

Syntax

virtual void UpdateSolverSettings
(
    UIKRigSolver * InSettings
)

Remarks

Override to support RECEIVING modified solver settings from outside systems for editing/UI.

you can safely cast this to your own solver type and copy any relevant settings at runtime This is necessary because at runtime, the IKRigProcessor creates a copy of your solver class and the copy must be notified of changes made to the class settings in the source asset.