Choose your operating system:
Windows
macOS
Linux
| UPrimitiveComponent::GetUsedMaterials()
|
Module |
|
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
(
TArray< UMaterialInterface * > & OutMaterials,
bool bGetDebugMaterials
) const
Retrieves the materials used in this component
Parameter |
Description |
---|---|
OutMaterials |
The list of used materials. |