Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FInputRayHit LineTrace
(
const UGizmoViewContext* ViewContext, |
Line trace enabled hittable element. | BaseGizmos/GizmoElementBase.h | |
virtual FInputRayHit LineTrace
(
const UGizmoViewContext* ViewContext, |
Line trace enabled hittable element. | BaseGizmos/GizmoElementBase.h |
LineTrace(const UGizmoViewContext *, const FLineTraceTraversalState &, const FVector &, const FVector &)
Description
Line trace enabled hittable element.
| Name | LineTrace |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include Path | #include "BaseGizmos/GizmoElementBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementBase.cpp |
virtual FInputRayHit LineTrace
(
const UGizmoViewContext * ViewContext,
const FLineTraceTraversalState & LineTraceState,
const FVector & RayOrigin,
const FVector & RayDirection
)
LineTrace(const UGizmoViewContext *, const FLineTraceTraversalState &, const FVector &, const FVector &, FLineTraceOutput &)
Description
Line trace enabled hittable element.
| Name | LineTrace |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include Path | #include "BaseGizmos/GizmoElementBase.h" |
virtual FInputRayHit LineTrace
(
const UGizmoViewContext * ViewContext,
const FLineTraceTraversalState & LineTraceState,
const FVector & RayOrigin,
const FVector & RayDirection,
FLineTraceOutput & OutLineTraceOutput
)