Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FToolDataVisualizer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawViewFacingX
(
const PointType& Position, |
Draw a world-space X facing the viewer at the given position. | ToolDataVisualizer.h | |
void DrawViewFacingX
(
const PointType& Position, |
Draw a world-space X facing the viewer at the given position. | ToolDataVisualizer.h |
DrawViewFacingX(const PointType &, float)
Description
Draw a world-space X facing the viewer at the given position.
| Name | DrawViewFacingX |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawViewFacingX
(
const PointType & Position,
float Width
)
DrawViewFacingX(const PointType &, float, const FLinearColor &, float, bool)
Description
Draw a world-space X facing the viewer at the given position.
| Name | DrawViewFacingX |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawViewFacingX
(
const PointType & Position,
float Width,
const FLinearColor & Color,
float LineThicknessIn,
bool bDepthTestedIn
)