UARBlueprintLibrary::SetARWorldScale

Helper function that modifies the alignment transform scale so that virtual content in the world space appears to be "scaled".

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 SetARWorldScale
(
    float InWorldScale
)

Remarks

Helper function that modifies the alignment transform scale so that virtual content in the world space appears to be "scaled".

that ultimately the scaling effect is achieved through modifying the translation of the camera: moving the camera further away from the origin makes objects appear to be smaller, and vice versa.

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