Navigation
API > API/Plugins > API/Plugins/RigMapperOp
UserData definitions ONLY RigMapper op.
| Name | FIKRetargetRigMapperUserDataOp |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapperOp/Source/RigMapperOp/Public/RigMapperOp.h |
| Include Path | #include "RigMapperOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="UserData RigMapper"))
struct FIKRetargetRigMapperUserDataOp : public FIKRetargetCurvesOpBase
Inheritance Hierarchy
- FIKRetargetOpBase → FIKRetargetCurvesOpBase → FIKRetargetRigMapperUserDataOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Settings | FIKRetargetRigMapperUserDataOpSettings | RigMapperOp.h |
Functions
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AnimGraphEvaluateAnyThread
(
FPoseContext& Output |
RigMapperOp.h | ||
virtual void AnimGraphPreUpdateMainThread
(
USkeletalMeshComponent& SourceMeshComponent, |
RigMapperOp.h | ||
virtual const UScriptStruct * GetParentOpType() |
RigMapperOp.h | ||
virtual FIKRetargetOpSettingsBase * GetSettings() |
RigMapperOp.h | ||
virtual const UScriptStruct * GetSettingsType() |
RigMapperOp.h | ||
virtual const UScriptStruct * GetType() |
RigMapperOp.h | ||
virtual bool Initialize
(
const FIKRetargetProcessor& InProcessor, |
RigMapperOp.h | ||
virtual bool IsAbstract() |
RigMapperOp.h | ||
virtual bool IsSingleton() |
RigMapperOp.h | ||
virtual void ProcessAnimSequenceCurves
(
FIKRetargetCurvesOpBase::FCurveData InCurveMetaData, |
RigMapperOp.h | ||
virtual void Run
(
FIKRetargetProcessor& InProcessor, |
NOTE: RigMapper ops do not do anything in Run(). | RigMapperOp.h | |
virtual void SetSettings
(
const FIKRetargetOpSettingsBase* InSettings |
RigMapperOp.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< URigMapperDefinition * > GetDefinitionsToLoad
(
const USkeletalMesh* InTargetMesh |
RigMapperOp.h |