UMagicLeapControllerFunctionLibrary::GetMLControllerType

Type of ML device being tracking the given hand.

Windows
MacOS
Linux

References

Module

MagicLeapController

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapController/Public/MagicLeapControllerFunctionLibrary.h

Include

#include "MagicLeapControllerFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapController/Private/MagicLeapControllerFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, BlueprintPure, Category="MotionController|MagicLeap")
static EMagicLeapControllerType GetMLControllerType
(
    EControllerHand Hand
)

Remarks

Type of ML device being tracking the given hand.

Returns

Type of ML device which maps to given Unreal controller hand.

Parameters

Parameter

Description

Hand

Controller hand to query.

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