Navigation
Unreal Engine C++ API Reference > Runtime > MRMesh > UMockDataMeshTrackerComponent
References
Module | MRMesh |
Header | /Engine/Source/Runtime/MRMesh/Public/MockDataMeshTrackerComponent.h |
Include | #include "MockDataMeshTrackerComponent.h" |
Source | /Engine/Source/Runtime/MRMesh/Private/MockDataMeshTrackerComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Mesh Reconstruction")
void DisconnectMRMesh
(
class UMRMeshComponent * InMRMeshPtr
)
Remarks
Unlinks the current procedural mesh component from the mesh tracking system.
Parameters
Name | Description |
---|---|
InMRMeshPtr | The procedural mesh component to unlink from the mesh tracking system. |