UMagicLeapCVCameraComponent::GetFramePose

Gets the latest transform of the camera.

Windows
MacOS
Linux

References

Module

MagicLeapCVCamera

Header

/Engine/Plugins/Lumin/MagicLeapCamera/Source/MagicLeapCVCamera/Public/MagicLeapCVCameraComponent.h

Include

#include "MagicLeapCVCameraComponent.h"

Source

/Engine/Plugins/Lumin/MagicLeapCamera/Source/MagicLeapCVCamera/Private/MagicLeapCVCameraComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="CVCamera | MagicLeap")
bool GetFramePose
(
    FTransform & OutFramePose
)

Remarks

Gets the latest transform of the camera.

Returns

True if the transform was successfully retrieved, false otherwise.

Parameters

Parameter

Description

OutFramePose

Contains the returned transform of the camera if the call is successful.

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