UMagicLeapHandMeshingFunctionLibrary::CreateClient

Create the hand meshing client

Windows
MacOS
Linux

References

Module

MagicLeapHandMeshing

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapHandMeshing/Public/MagicLeapHandMeshingFunctionLibrary.h

Include

#include "MagicLeapHandMeshingFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapHandMeshing/Private/MagicLeapHandMeshingFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="HandMeshing Function Library | MagicLeap")
static bool CreateClient()

Remarks

Create the hand meshing client

that this will be the only function in the HandMeshing API that will raise a PrivilegeDenied error. Trying to call the other functions with an invalid MLHandle will result in an InvalidParam error.

Returns

True if successful, false otherwise.

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