Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/TargetInterfaces
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/TargetInterfaces/MaterialProvider.h |
| Include | #include "TargetInterfaces/MaterialProvider.h" |
Syntax
struct FComponentMaterialSet
Remarks
FComponentMaterialSet is the set of materials assigned to a component (ie Material Slots on a StaticMesh)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< UMaterialInterface * > | Materials |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FComponentMaterialSet& Other |