Choose your operating system:
Windows
macOS
Linux
| UPrimitiveComponent::GetUsedMaterials()
|
Module |
|
Header |
/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoRenderComponent.h |
Include |
#include "LandscapeGizmoRenderComponent.h" |
Source |
/Engine/Source/Runtime/Landscape/Private/LandscapeGizmoActor.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. |