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