Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Drawing
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/MeshWireframeComponent.h |
| Include | #include "Drawing/MeshWireframeComponent.h" |
Syntax
class IMeshWireframeSource
Remarks
IMeshWireframeSource is an abstract interface to a class that provides a set of edges. Edges are identified by an integer ID, which may be invalid for some edges in the ID range, and each edge has two vertex indices.
The class is not specific to mesh wireframes, and could be used to draw any edge set, but the EdgeType is based on triangle/polygon mesh edges.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBoxSphereBounds | GetBounds () |
||
| void | GetEdge
(
int32 Index, |
||
| int32 | GetEdgeCount () |
||
| int32 | |||
| FVector | |||
| bool | |||
| bool | IsValid () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EMeshEdgeType |