Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FToolDataVisualizer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawSquare
(
const PointType& Center, |
ToolDataVisualizer.h | ||
void DrawSquare
(
const PointType& Center, |
ToolDataVisualizer.h |
DrawSquare(const PointType &, const PointType &, const PointType &)
| Name | DrawSquare |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawSquare
(
const PointType & Center,
const PointType & SideA,
const PointType & SideB
)
DrawSquare(const PointType &, const PointType &, const PointType &, const FLinearColor &, float, bool)
| Name | DrawSquare |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
template<typename PointType>
void DrawSquare
(
const PointType & Center,
const PointType & SideA,
const PointType & SideB,
const FLinearColor & Color,
float LineThicknessIn,
bool bDepthTestedIn
)