Navigation
API > API/Runtime > API/Runtime/MRMesh > API/Runtime/MRMesh/UMRMeshComponent
- UPrimitiveComponent::GetUsedMaterials()
- UMRMeshComponent::GetUsedMaterials()
References
| Module | MRMesh |
| Header | /Engine/Source/Runtime/MRMesh/Public/MRMeshComponent.h |
| Include | #include "MRMeshComponent.h" |
| Source | /Engine/Source/Runtime/MRMesh/Private/MRMeshComponent.cpp |
virtual void GetUsedMaterials
&40;
TArray< UMaterialInterface &42; > & OutMaterials,
bool bGetDebugMaterials
&41; const
Remarks
Retrieves the materials used in this component
Parameters
| Name | Description |
|---|---|
| OutMaterials | The list of used materials. |