Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- UGizmoBaseComponent
- UGizmoLineHandleComponent
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoLineHandleComponent.h |
| Include | #include "BaseGizmos/GizmoLineHandleComponent.h" |
Syntax
class UGizmoLineHandleComponent : public UGizmoBaseComponent
Remarks
Simple Component intended to be used as part of 3D Gizmos. Draws line terminated by a short perpendicular handle line based on parameters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bImageScale | ||
| FVector | Direction | ||
| float | HandleSize | ||
| float | Length | ||
| FVector | Normal | ||
| float | Thickness |