Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FToolDataVisualizer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawDirectionalArrow
(
const PointType& A, |
Draw an arrow with default parameters | ToolDataVisualizer.h | |
void DrawDirectionalArrow
(
const PointType& A, |
Draw a line with the given Color, otherwise use default parameters | ToolDataVisualizer.h | |
void DrawDirectionalArrow
(
const PointType& A, |
Draw a line with the given Color and Thickness, otherwise use default parameters | ToolDataVisualizer.h | |
void DrawDirectionalArrow
(
const PointType& A, |
Draw a line with the given parameters | ToolDataVisualizer.h |
DrawDirectionalArrow(const PointType &, const PointType &, const FVector &)
Description
Draw an arrow with default parameters
| Name | DrawDirectionalArrow |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawDirectionalArrow
(
const PointType & A,
const PointType & B,
const FVector & InNormal
)
DrawDirectionalArrow(const PointType &, const PointType &, const FVector &, const FLinearColor &)
Description
Draw a line with the given Color, otherwise use default parameters
| Name | DrawDirectionalArrow |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawDirectionalArrow
(
const PointType & A,
const PointType & B,
const FVector & InNormal,
const FLinearColor & Color
)
DrawDirectionalArrow(const PointType &, const PointType &, const FVector &, const FLinearColor &, float, float)
Description
Draw a line with the given Color and Thickness, otherwise use default parameters
| Name | DrawDirectionalArrow |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawDirectionalArrow
(
const PointType & A,
const PointType & B,
const FVector & InNormal,
const FLinearColor & Color,
float InArrowHeadSize,
float LineThicknessIn
)
DrawDirectionalArrow(const PointType &, const PointType &, const FVector &, const FLinearColor &, float, float, bool)
Description
Draw a line with the given parameters
| Name | DrawDirectionalArrow |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawDirectionalArrow
(
const PointType & A,
const PointType & B,
const FVector & InNormal,
const FLinearColor & Color,
float InArrowHeadSize,
float LineThicknessIn,
bool bDepthTestedIn
)