![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Constraint.h>
Public Member Functions | |
| FConstraintOffset () | |
| ANIMATIONCORE_API void | ApplyInverseOffset (const FTransform &InTarget, FTransform &OutSource) const |
| ANIMATIONCORE_API void | SaveInverseOffset (const FTransform &Source, const FTransform &Target, const FConstraintDescription &Operator) |
| void | Reset () |
Public Attributes | |
| FVector | Translation |
| FQuat | Rotation |
| FVector | Scale |
| FTransform | Parent |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FConstraintOffset &D) |
This is the offset for constraint
Saves individual component (translation, rotation, scale or parent) Used by Constraint for saving the offset, and recovering the offset
|
inline |
| void FConstraintOffset::ApplyInverseOffset | ( | const FTransform & | InTarget, |
| FTransform & | OutSource | ||
| ) | const |
|
inline |
Clear the offset
| void FConstraintOffset::SaveInverseOffset | ( | const FTransform & | Source, |
| const FTransform & | Target, | ||
| const FConstraintDescription & | Operator | ||
| ) |
|
friend |
| FTransform FConstraintOffset::Parent |
| FQuat FConstraintOffset::Rotation |
| FVector FConstraintOffset::Scale |
| FVector FConstraintOffset::Translation |