UARBlueprintLibrary::CalculateAlignmentTransform

Computes a transform that aligns two coordinate systems. Requires the transform of the same known point in each coordinate system.

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintLibrary.h

Include

#include "ARBlueprintLibrary.h"

Source

/Engine/Source/Runtime/AugmentedReality/Private/ARBlueprintLibrary.cpp

Syntax

static void CalculateAlignmentTransform
(
    const FTransform & TransformInFirstCoordinateSystem,
    const FTransform & TransformInSecondCoordinateSystem,
    FTransform & AlignmentTransform
)

Remarks

Computes a transform that aligns two coordinate systems. Requires the transform of the same known point in each coordinate system.

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