Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoBoxComponent
- UPrimitiveComponent::GetUsedMaterials()
- UGizmoBoxComponent::GetUsedMaterials()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoBoxComponent.h |
| Include | #include "BaseGizmos/GizmoBoxComponent.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoBoxComponent.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. |