Navigation
API > API/Runtime > API/Runtime/Constraints
UTickableScaleConstraint
| |
|
| Name |
UTickableScaleConstraint |
| 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 UTickableScaleConstraint : public UTickableTransformConstraint
Inheritance Hierarchy
Constructors
Structs
| Name |
Remarks |
| FDynamicCache |
Cache data structure to store last child local/global transform. |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AxisFilter |
FFilterOptionPerAxis |
Defines which scale axis is constrained. |
Transform/TransformConstraint.h |
- EditDefaultsOnly
- BlueprintReadWrite
- Category="Axis Filter"
|
| OffsetScale |
FVector |
Defines the local child's scale offset in the parent space. |
Transform/TransformConstraint.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Offset"
- Meta=(EditCondition="bMaintainOffset")
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Updates the dynamic offset based on external child's transform changes. |
Transform/TransformConstraint.h |
|
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual FConstraintTickFunction::ConstraintFunction GetFunction()
|
Returns the scale constraint function that the tick function will evaluate. |
Transform/TransformConstraint.h |
|
Overridden from UObject
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
uint32 CalculateInputHash()
|
|
Transform/TransformConstraint.h |
|
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void ComputeOffset()
|
Computes the child's local scale offset in the parent space. |
Transform/TransformConstraint.h |
|