Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementBase
| |
|
| Name |
FLineTraceTraversalState |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include Path |
#include "BaseGizmos/GizmoElementBase.h" |
Syntax
struct FLineTraceTraversalState
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsPerspectiveProjection |
bool |
View context is perspective projecion. |
BaseGizmos/GizmoElementBase.h |
|
| HitSortType |
EGizmoElementHitSortType |
The criteria that determines the singular element when multiple are hit. |
BaseGizmos/GizmoElementBase.h |
|
| LocalToWorldTransform |
FTransform |
LocalToWorld transform Note: non-uniform scale is not supported and the X scale element will be used for uniform scaling. |
BaseGizmos/GizmoElementBase.h |
|
| PixelToWorldScale |
double |
Pixel to world scale. |
BaseGizmos/GizmoElementBase.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Initialize
(
const UGizmoViewContext* InGizmoViewContext,
FTransform InTransform
)
|
Initialize state. |
BaseGizmos/GizmoElementBase.h |
|