Navigation
API > API/Plugins > API/Plugins/RigMapper
| Name | FRigMapperSdkFeature |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Public/RigMapperDefinition.h |
| Include Path | #include "RigMapperDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigMapperSdkFeature : public FRigMapperFeature
Inheritance Hierarchy
- FRigMapperFeature → FRigMapperSdkFeature
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigMapperDefinition.h | |||
FRigMapperSdkFeature
(
const FString& InName |
RigMapperDefinition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Input | FString | RigMapperDefinition.h |
|
|
| Keys | TArray< FRigMapperSdkKey > | RigMapperDefinition.h |
|
Functions
Public
Overridden from FRigMapperFeature
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool BakeInput
(
URigMapperLinkedDefinitions* LinkedDefinitions, |
RigMapperDefinition.h | ||
virtual ERigMapperFeatureType GetFeatureType() |
RigMapperDefinition.h | ||
virtual void GetInputs
(
TArray< FString >& OutInputs |
RigMapperDefinition.h | ||
virtual bool IsValid
(
const TArray< FString >& InputNames, |
RigMapperDefinition.h | ||
virtual bool LoadFromJsonObject
(
const TSharedPtr< FJsonObject >& JsonObject |
RigMapperDefinition.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool BakeKeys
(
const FRigMapperSdkFeature& InSdk, |
RigMapperDefinition.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigMapperSdkFeature& InOther |
RigMapperDefinition.h |