Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UTextRenderComponent
- UPrimitiveComponent::GetUsedMaterials()
- UTextRenderComponent::GetUsedMaterials()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/TextRenderComponent.h |
| Include | #include "Components/TextRenderComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/TextRenderComponent.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. |