Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementRenderState.h |
| Include | #include "BaseGizmos/GizmoElementRenderState.h" |
Syntax
struct FGizmoElementLineRenderStateAttributes
Remarks
Line render state structure.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGizmoElementColorAttribute | HoverLineColor | Hover line color. | |
| FGizmoElementColorAttribute | InteractLineColor | Interact line color. | |
| FGizmoElementColorAttribute | LineColor | Line color. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | GetLineColor
(
EGizmoElementInteractionState InteractionState |
Returns the line color corresponding to the input interaction state. | |
| void | Update
(
FGizmoElementLineRenderStateAttributes& InChildAttributes |
Update this line render state based on a child mesh render state attribute. |