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 SetHoverMaterial
&40;
TWeakObjectPtr< UMaterialInterface > InHoverMaterial,
bool InOverridesChildState
&41;
Remarks
Set mesh render state hover material attribute.
Parameters
| Name | Description |
|---|---|
| InHoverMaterial | hover material to be set |
| InOverridesChildState | when true, this hover material will override the material of all child elements. |