Navigation
API > API/Plugins > API/Plugins/RigMapper
| Name | FRigMapperFeature |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Public/RigMapperDefinition.h |
| Include Path | #include "RigMapperDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigMapperFeature
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigMapperDefinition.h | |||
FRigMapperFeature
(
const FString& InName |
RigMapperDefinition.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigMapperFeature() |
RigMapperDefinition.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FBakedInput | TPair< TSharedPtr< FRigMapperFeature >, TArray< TSharedPtr< FRigMapperFeature > > > | RigMapperDefinition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FString | RigMapperDefinition.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool BakeInput
(
URigMapperLinkedDefinitions* LinkedDefinitions, |
RigMapperDefinition.h | ||
virtual ERigMapperFeatureType GetFeatureType() |
RigMapperDefinition.h | ||
| RigMapperDefinition.h | |||
| RigMapperDefinition.h | |||
virtual bool LoadFromJsonObject
(
const TSharedPtr< FJsonObject >& JsonObject |
RigMapperDefinition.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetJsonArray
(
TSharedPtr< FJsonObject > JsonObject, |
RigMapperDefinition.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigMapperFeature& InOther |
RigMapperDefinition.h |