Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- UGizmoBaseComponent
- UGizmoBoxComponent
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoBoxComponent.h |
| Include | #include "BaseGizmos/GizmoBoxComponent.h" |
Syntax
class UGizmoBoxComponent : public UGizmoBaseComponent
Remarks
Simple Component intended to be used as part of 3D Gizmos. Draws outline of 3D Box based on parameters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableAxisFlip | ||
| bool | bRemoveHiddenLines | ||
| FVector | Dimensions | ||
| float | LineThickness | ||
| FVector | Origin | ||
| FQuat | Rotation |