Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoElementBase
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include | #include "BaseGizmos/GizmoElementBase.h" |
Syntax
struct FLineTraceTraversalState
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsPerspectiveProjection | View context is perspective projecion. | |
| FTransform | LocalToWorldTransform | LocalToWorld transform Note: non-uniform scale is not supported and the X scale element will be used for uniform scaling. | |
| double | PixelToWorldScale | Pixel to world scale. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const UGizmoViewContext* InGizmoViewContext, |
Initialize state. |