FARSystemProxy::OnSetAlignmentTransform

Set a transform that will align the Tracking Space origin to the World Space origin.

Windows
MacOS
Linux

Override Hierarchy

IARSystemSupport::OnSetAlignmentTransform()

FARSystemProxy::OnSetAlignmentTransform()

References

Module

RemoteSession

Header

/Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionARSystemChannel.h

Include

#include "Channels/RemoteSessionARSystemChannel.h"

Syntax

virtual void OnSetAlignmentTransform
(
    const FTransform & InAlignmentTransform
)

Remarks

Set a transform that will align the Tracking Space origin to the World Space origin. This is useful for supporting static geometry and static lighting in AR. Note: Usually, an app will ask the user to select an appropriate location for some experience. This allows us to choose an appropriate alignment transform.

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