Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Simple Component intended to be used as part of 3D Gizmos. Currently draws the "arrow" as a single 3D line.
| Name | UGizmoArrowComponent |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoArrowComponent.h |
| Include Path | #include "BaseGizmos/GizmoArrowComponent.h" |
Syntax
UCLASS (ClassGroup=Utility, HideCategories=(Physics, Collision, Lighting, Rendering, Mobile),
MinimalAPI)
class UGizmoArrowComponent : public UGizmoBaseComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UGizmoBaseComponent → UGizmoArrowComponent
Implements Interfaces
- IGizmoBaseComponentInterface
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Direction | FVector | BaseGizmos/GizmoArrowComponent.h |
|
|
| Gap | float | BaseGizmos/GizmoArrowComponent.h |
|
|
| Length | float | BaseGizmos/GizmoArrowComponent.h |
|
|
| Thickness | float | BaseGizmos/GizmoArrowComponent.h |
|