Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FToolDataVisualizer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawWireBox
(
const FBox& Box |
Draw a 3D box, parameterized the same as the 3D circle but extruded by Height | ToolDataVisualizer.h | |
void DrawWireBox
(
const FBox& Box, |
ToolDataVisualizer.h |
DrawWireBox(const FBox &)
Description
Draw a 3D box, parameterized the same as the 3D circle but extruded by Height
| Name | DrawWireBox |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
void DrawWireBox
(
const FBox & Box
)
DrawWireBox(const FBox &, const FLinearColor &, float, bool)
| Name | DrawWireBox |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolDataVisualizer.h |
| Include Path | #include "ToolDataVisualizer.h" |
void DrawWireBox
(
const FBox & Box,
const FLinearColor & Color,
float LineThicknessIn,
bool bDepthTestedIn
)