Navigation
API > API/Plugins > API/Plugins/ModelingComponents
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.
| Name | IMeshWireframeSourceProvider |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/MeshWireframeComponent.h |
| Include Path | #include "Drawing/MeshWireframeComponent.h" |
Syntax
class IMeshWireframeSourceProvider
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMeshWireframeSourceProvider() |
Drawing/MeshWireframeComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AccessMesh
(
TFunctionRef< void(const IMeshWireframeSource&)> ProcessingFunc |
Request that the given function ProcessingFunc be called with an IMeshWireframeSource implementation. | Drawing/MeshWireframeComponent.h |