Navigation
Unreal Engine C++ API Reference > Plugins > ImagePlate > UImagePlateComponent
- UPrimitiveComponent::GetUsedMaterials()
- UImagePlateComponent::GetUsedMaterials()
References
Module | ImagePlate |
Header | /Engine/Plugins/Experimental/ImagePlate/Source/ImagePlate/Public/ImagePlateComponent.h |
Include | #include "ImagePlateComponent.h" |
Source | /Engine/Plugins/Experimental/ImagePlate/Source/ImagePlate/Private/ImagePlateComponent.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. |