Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARBlueprintLibrary
References
Module | AugmentedReality |
Header | /Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintLibrary.h |
Include | #include "ARBlueprintLibrary.h" |
Source | /Engine/Source/Runtime/AugmentedReality/Private/ARBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category=Alignment)
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.