Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h |
Include |
#include "Components/MeshComponent.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Components/MeshComponent.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. |