UGoogleARCoreFrameFunctionLibrary::GetCameraTextureIntrinsics

Get the camera intrinsics for the camera texture (GPU image).

Windows
MacOS
Linux

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|CameraIntrinsics",
          Meta=(Keywords="googlear arcore camera"))
static EGoogleARCoreFunctionStatus GetCameraTextureIntrinsics
(
    UGoogleARCoreCameraIntrinsics *& OutCameraIntrinsics
)

Remarks

Get the camera intrinsics for the camera texture (GPU image).

Parameters

Parameter

Description

OutCameraIntrinsics

The output intrinsics object.

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