Navigation
API > API/Plugins > API/Plugins/RigLogicModule
| Name | FRigLogicConfiguration |
| Type | struct |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/RigLogic.h |
| Include Path | #include "RigLogic.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigLogicConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigLogic.h | |||
| RigLogic.h | |||
FRigLogicConfiguration
(
const FRigLogicConfiguration& |
RigLogic.h | ||
FRigLogicConfiguration
(
ERigLogicCalculationType CalculationType, |
RigLogic.h | ||
FRigLogicConfiguration
(
ERigLogicCalculationType CalculationType, |
RigLogic.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CalculationTypePerPlatform | FPerPlatformERigLogicCalculationType | New per-platform properties | RigLogic.h |
|
| EnableMultiThreadMLComputePerPlatform | FPerPlatformBool | RigLogic.h |
|
|
| FloatingPointTypePerPlatform | FPerPlatformERigLogicFloatingPointType | RigLogic.h |
|
|
| LoadAnimatedMaps | bool | RigLogic.h |
|
|
| LoadBlendShapes | bool | RigLogic.h |
|
|
| LoadJoints | bool | RigLogic.h |
|
|
| LoadMachineLearnedBehavior | bool | RigLogic.h |
|
|
| LoadRBFBehavior | bool | RigLogic.h |
|
|
| LoadTwistSwingBehavior | bool | RigLogic.h |
|
|
| RotationPruningThreshold | float | The joint rotation pruning threshold is used to eliminate joint rotation deltas below the specified threshold from the joint matrix when the RigLogic instance is initialized. | RigLogic.h |
|
| RotationType | ERigLogicRotationType | RigLogic.h |
|
|
| ScalePruningThreshold | float | The joint scale pruning threshold is used to eliminate joint scale deltas below the specified threshold from the joint matrix when the RigLogic instance is initialized. | RigLogic.h |
|
| ScaleType | ERigLogicScaleType | RigLogic.h |
|
|
| TranslationPruningThreshold | float | The joint translation pruning threshold is used to eliminate joint translation deltas below the specified threshold from the joint matrix when the RigLogic instance is initialized. | RigLogic.h |
|
| TranslationType | ERigLogicTranslationType | RigLogic.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PostSerialize
(
const FArchive& Ar |
RigLogic.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigLogic.h | |||
FRigLogicConfiguration & operator=
(
const FRigLogicConfiguration& |
RigLogic.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CalculationType_DEPRECATED | ERigLogicCalculationType | Deprecated: plain enum, migrated to per-platform | RigLogic.h |
|
| RotationOrder_DEPRECATED | ERigLogicRotationOrder | RigLogic.h |
|