Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/TargetInterfaces > API/Runtime/InteractiveToolsFramework/TargetInterfaces/IMaterialProvider
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/TargetInterfaces/MaterialProvider.h |
| Include | #include "TargetInterfaces/MaterialProvider.h" |
UMaterialInterface * GetMaterial
(
int32 MaterialIndex
) const
Remarks
Get pointer to a Material provided by this Source MaterialInterface pointer, or null if MaterialIndex is invalid
Parameters
| Name | Description |
|---|---|
| MaterialIndex | index of the material |