Navigation
API > API/Plugins > API/Plugins/VirtualHeightfieldMesh > API/Plugins/VirtualHeightfieldMesh/UVirtualHeightfieldMeshComponent
- UPrimitiveComponent::GetUsedMaterials()
- UVirtualHeightfieldMeshComponent::GetUsedMaterials()
References
Module | VirtualHeightfieldMesh |
Header | /Engine/Plugins/Experimental/VirtualHeightfieldMesh/Source/VirtualHeightfieldMesh/Public/VirtualHeightfieldMeshComponent.h |
Include | #include "VirtualHeightfieldMeshComponent.h" |
Source | /Engine/Plugins/Experimental/VirtualHeightfieldMesh/Source/VirtualHeightfieldMesh/Private/VirtualHeightfieldMeshComponent.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. |