Navigation
API > API/Plugins > API/Plugins/PointCloud > API/Plugins/PointCloud/UPointCloudComponent
- UPrimitiveComponent::GetUsedMaterials()
- UMeshComponent::GetUsedMaterials()
- UPointCloudComponent::GetUsedMaterials()
References
| Module | PointCloud |
| Header | /Engine/Plugins/Experimental/AR/PointCloud/Source/PointCloud/Public/PointCloudComponent.h |
| Include | #include "PointCloudComponent.h" |
| Source | /Engine/Plugins/Experimental/AR/PointCloud/Source/PointCloud/Private/PointCloudComponent.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. |