Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Simple object intended to be used as part of 3D Gizmos. Draws a filled or line circle based on parameters.
The circle element does not yet support partial circles.
| Name | UGizmoElementCircle |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementCircle.h |
| Include Path | #include "BaseGizmos/GizmoElementCircle.h" |
Syntax
UCLASS (Transient, MinimalAPI)
class UGizmoElementCircle : public UGizmoElementCircleBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGizmoElementBase → UGizmoElementLineBase → UGizmoElementCircleBase → UGizmoElementCircle