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 IMeshWireframeSourceProvider
Remarks
IMeshWireframeSourceProvider is an abstract interface to some implementation that can provide an IMeshWireframeSource implementation on demand. This is used to populate/update a UMeshWireframeComponent when necessary.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AccessMesh
(
TFunctionRef< void(const IMeshWireframeSource&)> ProcessingFunc |
Request that the given function ProcessingFunc be called with an IMeshWireframeSource implementation. |