UMagicLeapHandMeshingFunctionLibrary::DisconnectMRMesh

Disconnects the MRMesh component.

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 DisconnectMRMesh
(
    class UMRMeshComponent * InMRMeshPtr
)

Remarks

Disconnects the MRMesh component.

Returns

True if successful, false otherwise.

Parameters

Parameter

Description

InMRMeshPtr

The MRMeshComponent to be removed as the hand meshing source.

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