Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoElementBase
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include | #include "BaseGizmos/GizmoElementBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementBase.cpp |
virtual void SetInteractMaterial
(
TWeakObjectPtr< UMaterialInterface > InInteractMaterial,
bool InOverridesChildState
)
Remarks
Set mesh render state interact material attribute.
Parameters
| Name | Description |
|---|---|
| InHoverMaterial | interact material to be set |
| InOverridesChildState | when true, this interact material will override the material of all child elements. |