Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementLineBase
Description
Methods for managing line state attributes: LineColor, HoverLineColor, InteractLineColor, SelectLineColor, SubdueLineColor
State inheritance works as follows:
- Gizmo element state that is not set inherits from the corresponding state in the current render traversal.
- Gizmo element state that is set to override, will override any corresponding state in children. Set line render state line color attribute.
| Name | SetLineColor |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementLineBase.h |
| Include Path | #include "BaseGizmos/GizmoElementLineBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementLineBase.cpp |
virtual void SetLineColor
(
FLinearColor InColor,
bool InOverridesChildState
)