Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- UGizmoBaseComponent
- UGizmoArrowComponent
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoArrowComponent.h |
| Include | #include "BaseGizmos/GizmoArrowComponent.h" |
Syntax
class UGizmoArrowComponent : public UGizmoBaseComponent
Remarks
Simple Component intended to be used as part of 3D Gizmos. Currently draws the "arrow" as a single 3D line.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Direction | ||
| float | Gap | ||
| float | Length | ||
| float | Thickness |