Navigation
API > API/Runtime > API/Runtime/MRMesh
| Name | IMRMesh |
| Type | class |
| Header File | /Engine/Source/Runtime/MRMesh/Public/MRMeshComponent.h |
| Include Path | #include "MRMeshComponent.h" |
Syntax
class IMRMesh
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FBrickDataReceipt | |
| FSendBrickDataArgs |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FBrickId | uint64 | MRMeshComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Clear() |
MRMeshComponent.h | ||
void ClearAllBrickData() |
MRMeshComponent.h | ||
bool IsConnected() |
MRMeshComponent.h | ||
void SendBrickData
(
FSendBrickDataArgs Args |
MRMeshComponent.h | ||
void SendRelativeTransform
(
const FTransform& Transform |
MRMeshComponent.h | ||
void SetConnected
(
bool value |
MRMeshComponent.h |