Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FVisu |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Visu.h |
| Include Path | #include "UI/Visu.h" |
Syntax
class FVisu
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVisu() |
UI/Visu.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVisu() |
UI/Visu.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Close3DDebugSegment() |
UI/Visu.h | ||
virtual void Close3DDebugSession() |
UI/Visu.h | ||
virtual void DrawElement
(
int32 Dimension, |
UI/Visu.h | ||
virtual void DrawMesh
(
FIdent MeshId |
UI/Visu.h | ||
virtual void DrawPoint
(
const FVector2d& Point, |
UI/Visu.h | ||
virtual void DrawPoint
(
const FVector& Point, |
UI/Visu.h | ||
virtual void DrawPolyline
(
const TArray< FVector >& Points, |
UI/Visu.h | ||
virtual void DrawPolyline
(
const TArray< FVector2d >& Points, |
UI/Visu.h | ||
int32 GetPropertyCount() |
UI/Visu.h | ||
virtual void NewDB
(
const TCHAR* InName |
UI/Visu.h | ||
virtual void Open3DDebugSegment
(
FIdent Ident |
UI/Visu.h | ||
virtual void Open3DDebugSession
(
const TCHAR* SessionName, |
UI/Visu.h | ||
virtual void UpdateViewer() |
UI/Visu.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EndSession() |
UI/Visu.h | ||
void NewSession() |
UI/Visu.h |