Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetOpBase
Description
(optional) override to react when settings are applied at runtime NOTE: This is called while the Op is running AFTER Initialize() so it up to the Op author to copy only those settings which are safe to be updated while the op is running. The default implementation uses CopySettingsAtRuntime() which must be implemented on the settings type.
Derived Overrides
- FIKRetargetAdditivePoseOp::SetSettings
- FIKRetargetCurveRemapOp::SetSettings
- FIKRetargetFloorConstraintOp::SetSettings
- FIKRetargetIKChainsOp::SetSettings
| Name | SetSettings |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include Path | #include "Retargeter/IKRetargetOps.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRig/Private/Retargeter/IKRetargetOps.cpp |
virtual void SetSettings
(
const FIKRetargetOpSettingsBase * InSettings
)
Parameters
| Name | Remarks |
|---|---|
| InSettings | pointer to the settings to copy, can be safely cast to the type returned by GetSettingsType() |