UMagicLeapHandMeshingComponent::ConnectMRMesh

Connects the MRMesh component.

Windows
MacOS
Linux

References

Module

MagicLeapHandMeshing

Header

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

Include

#include "MagicLeapHandMeshingComponent.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="HandMeshing Function Library | MagicLeap")
bool ConnectMRMesh
(
    UMRMeshComponent * InMRMeshPtr
)

Remarks

Connects the MRMesh component.

Returns

True if successful, false otherwise.

Parameters

Parameter

Description

InMRMeshPtr

The MRMeshComponent to be used 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