Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetFilterBoneOp |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/FilterBoneOp.h |
| Include Path | #include "Retargeter/RetargetOps/FilterBoneOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Filter Bones"))
struct FIKRetargetFilterBoneOp : public FIKRetargetOpBase
Inheritance Hierarchy
- FIKRetargetOpBase → FIKRetargetFilterBoneOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Settings | FIKRetargetFilterBoneOpSettings | Retargeter/RetargetOps/FilterBoneOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bResetPlayback | bool | Retargeter/RetargetOps/FilterBoneOp.h |
Functions
Public
Overridden from FIKRetargetOpBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FIKRetargetOpSettingsBase * GetSettings () |
(required) override and return a pointer to the settings struct used by this operation NOTE: it is not permitted to modify the settings from inside this getter. | Retargeter/RetargetOps/FilterBoneOp.h | |
virtual const UScriptStruct * GetSettingsType() |
(required) override and return the type used to house the settings for this operation | Retargeter/RetargetOps/FilterBoneOp.h | |
virtual const UScriptStruct * GetType() |
(required) override and return the type of this op (the derived subclass) | Retargeter/RetargetOps/FilterBoneOp.h | |
virtual bool Initialize
(
const FIKRetargetProcessor& InProcessor, |
(optional) override to cache internal data when initializing the processor NOTE: you must set bIsInitialized to true to inform the retargeter that this op is ok to execute. | Retargeter/RetargetOps/FilterBoneOp.h | |
virtual void OnPlaybackReset() |
(optional) override to reset any internal state when animation playback is reset or stopped (ie, springs / dampers etc) | Retargeter/RetargetOps/FilterBoneOp.h | |
virtual void Run
(
FIKRetargetProcessor& InProcessor, |
(optional) override to evaluate this operation and modify the output pose | Retargeter/RetargetOps/FilterBoneOp.h |