Navigation
API > API/Runtime > API/Runtime/AnimationCore
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/Constraint.h |
| Include | #include "Constraint.h" |
Syntax
struct FConstraintDescription
Remarks
A description of how to apply a simple transform constraint
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bParent | This does composed transform - where as individual will accumulate per component | |
| bool | bRotation | ||
| bool | bScale | ||
| bool | bTranslation | ||
| FFilterOptionPerAxis | RotationAxes | ||
| FFilterOptionPerAxis | ScaleAxes | ||
| FFilterOptionPerAxis | TranslationAxes |
Constructors
| Type | Name | Description | |
|---|---|---|---|