UGoogleARCoreSessionFunctionLibrary::SetPassthroughCameraRenderingEnabled

Enables/Disables the passthrough camera rendering in GoogleARCore ARSystem.

Windows
MacOS
Linux

Deprecated

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreFunctionLibrary.h

Include

#include "GoogleARCoreFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="GoogleARCore|PassthroughCamera",
          Meta=(Keywords="googlear arcore passthrough camera", DeprecatedFunction, DeprecationMessage="This function is deprecated, use UARSessionConfig::bEnableAutomaticCameraOverlay."))
static void SetPassthroughCameraRenderingEnabled
(
    bool bEnable
)

Remarks

Enables/Disables the passthrough camera rendering in GoogleARCore ARSystem.

that when passthrough camera rendering is enabled, the camera FOV will be forced to match FOV of the physical camera on the device.

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