FConstraintOffset

This is the offset for constraint

Windows
MacOS
Linux

References

Module

AnimationCore

Header

/Engine/Source/Runtime/AnimationCore/Public/Constraint.h

Include

#include "Constraint.h"

Syntax

struct FConstraintOffset

Remarks

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

Variables

Name Description

Public variable

FTransform

 

Parent

Public variable

FQuat

 

Rotation

Public variable

FVector

 

Scale

Public variable

FVector

 

Translation

Constructors

Name Description

Public function

FConstraintOffset()

Functions

Name Description

Public function Const

void

 

ApplyInverseOffset

(
    const FTransform& InTarget,
    FTransform& OutSource
)

Apply the Inverse offset

Public function

void

 

Reset()

Clear the offset

Public function

void

 

SaveInverseOffset

(
    const FTransform& Source,
    const FTransform& Target,
    const FConstraintDescription& Oper...
)

Save the Inverse offset

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss