FTransform::SetToRelativeTransform

Set current transform and the relative to ParentTransform.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/TransformNonVectorized.h

Include

#include "Math/TransformNonVectorized.h"

Source

/Engine/Source/Runtime/Core/Private/Math/Transform.cpp

Syntax

void SetToRelativeTransform
(
    const FTransform & ParentTransform
)

Remarks

Set current transform and the relative to ParentTransform. Equates to This = This->GetRelativeTransform(Parent), but saves the intermediate FTransform storage and copy.

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