UGoogleARCoreSessionFunctionLibrary::IsPassthroughCameraRenderingEnabled

Returns the state of 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)(BlueprintPure, Category="GoogleARCore|PassthroughCamera",
          Meta=(Keywords="googlear arcore passthrough camera", DeprecatedFunction, DeprecationMessage="This function is deprecated, use UARSessionConfig::ShouldRenderCameraOverlay."))
static bool IsPassthroughCameraRenderingEnabled()

Remarks

Returns the state of the passthrough camera rendering in GoogleARCore ARSystem.

Returns

True if the passthrough camera rendering is enabled.

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