Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FToolDataVisualizer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawPoint
(
const PointType& Position |
Draw a point with default parameters | ToolDataVisualizer.h | |
void DrawPoint
(
const PointType& Position, |
Draw a point with the given Color, otherwise use default parameters | ToolDataVisualizer.h | |
void DrawPoint
(
const PointType& Position, |
Draw a point with the given parameters | ToolDataVisualizer.h |
DrawPoint(const PointType &)
Description
Draw a point with default parameters
| Name | DrawPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawPoint
(
const PointType & Position
)
DrawPoint(const PointType &, const FLinearColor &)
Description
Draw a point with the given Color, otherwise use default parameters
| Name | DrawPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawPoint
(
const PointType & Position,
const FLinearColor & Color
)
DrawPoint(const PointType &, const FLinearColor &, float, bool)
Description
Draw a point with the given parameters
| Name | DrawPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawPoint
(
const PointType & Position,
const FLinearColor & Color,
float PointSizeIn,
bool bDepthTestedIn
)