Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoElementLineBase
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementLineBase.h |
| Include | #include "BaseGizmos/GizmoElementLineBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementLineBase.cpp |
virtual void SetHoverLineColor
&40;
FLinearColor InColor,
bool InOverridesChildState
&41;
Remarks
Set line render state hover line color attribute.
Parameters
| Name | Description |
|---|---|
| InMaterial | hover line color to be set |
| InOverridesChildState | when true, this hover line color will override the line color of all child elements. |