Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoElementBase
- UGizmoElementLineBase
- UGizmoElementCircleBase
- UGizmoElementArc
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementArc.h |
| Include | #include "BaseGizmos/GizmoElementArc.h" |
Syntax
class UGizmoElementArc : public UGizmoElementCircleBase
Remarks
Simple object intended to be used as part of 3D Gizmos. Draws a thick arc based on parameters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | InnerRadius | Arc inner radius. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | |||
| FInputRayHit | LineTrace
(
const UGizmoViewContext* ViewContext, |
||
| void | Render
(
IToolsContextRenderAPI* RenderAPI, |
||
| void | SetInnerRadius
(
double InInnerRadius |
Inner circle radius. |