UGoogleARCoreSessionFunctionLibrary::GetARCoreCameraConfig

Get the [FGoogleARCoreCameraConfig](API\Plugins\GoogleARCoreBase\FGoogleARCoreCameraConfig) that the current ARCore session is using.

Windows
MacOS
Linux

Deprecated

  • This function is deprecated, use GetSupportedVideoFormats.

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|Session",
          Meta=(Keywords="googlear arcore camera config", DeprecatedFunction, DeprecationMessage="This function is deprecated, use GetSupportedVideoFormats."))
static bool GetARCoreCameraConfig
(
    FGoogleARCoreCameraConfig & OutCurrentCameraConfig
)

Remarks

Get the FGoogleARCoreCameraConfig that the current ARCore session is using.

Returns

True if there is a valid ARCore session and the current camera config is returned. False if ARCore session hasn't been started or it is already stopped.

Parameters

Parameter

Description

OutCurrentCameraConfig

The FGoogleARCoreCameraConfig that the current ARCore session is using.

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