Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/IARSystemSupport
- IARSystemSupport::OnSetAlignmentTransform()
- FARSystemProxy::OnSetAlignmentTransform()
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARSystem.h |
| Include | #include "ARSystem.h" |
void OnSetAlignmentTransform
&40;
const FTransform & InAlignmentTransform
&41;
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.