Navigation
API > API/Runtime > API/Runtime/Constraints
| Name | UTickableRotationConstraint |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/Transform/TransformConstraint.h |
| Include Path | #include "Transform/TransformConstraint.h" |
Syntax
UCLASS (Blueprintable, MinimalAPI)
class UTickableRotationConstraint : public UTickableTransformConstraint
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTickableConstraint → UTickableTransformConstraint → UTickableRotationConstraint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTickableRotationConstraint() |
UTickableRotationConstraint | Transform/TransformConstraint.h |
Structs
| Name | Remarks |
|---|---|
| FDynamicCache | Cache data structure to store last child local/global rotation. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisFilter | FFilterOptionPerAxis | Defines which rotation axis is constrained. | Transform/TransformConstraint.h |
|
| OffsetRotation | FQuat | Defines the local child's rotation offset in the parent space. | Transform/TransformConstraint.h |
|
Functions
Public
Overridden from UTickableTransformConstraint
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnHandleModified
(
UTransformableHandle* InHandle, |
Updates the dynamic offset based on external child's transform changes. | Transform/TransformConstraint.h |
Overridden from UTickableConstraint
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FConstraintTickFunction::ConstraintFunction GetFunction() |
Returns the rotation constraint function that the tick function will evaluate. | Transform/TransformConstraint.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Transform/TransformConstraint.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 CalculateInputHash() |
Transform/TransformConstraint.h |
Overridden from UTickableTransformConstraint
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ComputeOffset() |
Computes the child's local rotation offset in the parent space. | Transform/TransformConstraint.h |