Navigation
API > API/Runtime > API/Runtime/MRMesh > API/Runtime/MRMesh/IMRMesh
References
| Module | MRMesh |
| Header | /Engine/Source/Runtime/MRMesh/Public/MRMeshComponent.h |
| Include | #include "MRMeshComponent.h" |
Syntax
struct FSendBrickDataArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FBox | Bounds | ||
| TSharedPtr< FBrickDataReceipt, ESPMode::ThreadSafe > | BrickDataReceipt | Note: many members are references! Be aware of the lifetime of the underlying data. FBrickDataReceipt is intended to help manage that. | |
| const FBrickId | BrickId | ||
| const TArray< FColor > & | ColorData | ||
| const TArray< uint32 > & | Indices | ||
| const TArray< FVector3f > & | PositionData | ||
| const TArray< FPackedNormal > & | TangentXZData | ||
| const TArray< FVector2D > & | UVData |