Navigation
API > API/Plugins > API/Plugins/RigMapper
| Name | FRigMapperFeatureDefinitions |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Public/RigMapperDefinition.h |
| Include Path | #include "RigMapperDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigMapperFeatureDefinitions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Multiply | TArray< FRigMapperMultiplyFeature > | RigMapperDefinition.h |
|
|
| SDKs | TArray< FRigMapperSdkFeature > | RigMapperDefinition.h |
|
|
| WeightedSums | TArray< FRigMapperWsFeature > | RigMapperDefinition.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddFromJsonObject
(
const FString& FeatureName, |
RigMapperDefinition.h | ||
void Empty() |
RigMapperDefinition.h | ||
FRigMapperFeature * Find
(
const FString& FeatureName, |
RigMapperDefinition.h | ||
| RigMapperDefinition.h | |||
| RigMapperDefinition.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigMapperFeatureDefinitions& InOther |
RigMapperDefinition.h |