Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Simple object intended to be used as part of 3D Gizmos. Draws a rectangle based on parameters.
| Name | UGizmoElementLineStrip |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementLineStrip.h |
| Include Path | #include "BaseGizmos/GizmoElementLineStrip.h" |
Syntax
UCLASS (Transient, MinimalAPI)
class UGizmoElementLineStrip : public UGizmoElementLineBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGizmoElementBase → UGizmoElementLineBase → UGizmoElementLineStrip
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector GetBase() |
BaseGizmos/GizmoElementLineStrip.h | ||
virtual bool GetDrawLineStrip() |
BaseGizmos/GizmoElementLineStrip.h | ||
virtual FVector GetSideDirection() |
BaseGizmos/GizmoElementLineStrip.h | ||
virtual FVector GetUpDirection() |
BaseGizmos/GizmoElementLineStrip.h | ||
virtual const TArray< FVector > & GetVertices() |
BaseGizmos/GizmoElementLineStrip.h | ||
virtual void Render
(
IToolsContextRenderAPI* RenderAPI, |
BaseGizmos/GizmoElementLineStrip.h | ||
virtual void SetBase
(
FVector InBase |
Base Location of the line strip. | BaseGizmos/GizmoElementLineStrip.h | |
virtual void SetDrawLineStrip
(
bool InDrawLineStrip |
Defines if the vertices should be treated as a connected strip or separate line segments. | BaseGizmos/GizmoElementLineStrip.h | |
virtual void SetSideDirection
(
const FVector& InSideDirection |
Side direction. | BaseGizmos/GizmoElementLineStrip.h | |
virtual void SetUpDirection
(
const FVector& InUpDirection |
Up direction. | BaseGizmos/GizmoElementLineStrip.h | |
virtual void SetVertices
(
const TArrayView< const FVector >& InVertices |
The vertices of the line strip. | BaseGizmos/GizmoElementLineStrip.h |
Overridden from UGizmoElementBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FInputRayHit LineTrace
(
const UGizmoViewContext* ViewContext, |
Line trace enabled hittable element. | BaseGizmos/GizmoElementLineStrip.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ComputeProjectedVertices
(
const FTransform& InLocalToWorldTransform, |
BaseGizmos/GizmoElementLineStrip.h |