Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IMeshWireframeSourceProvider
Description
Request that the given function ProcessingFunc be called with an IMeshWireframeSource implementation. The IMeshWireframeSource implementation may be invalid, ie IsValid() == false, ProcessingFunc must handle this case. The AccessMesh implementation may choose to not call the lambda in such cases, as well
| Name | AccessMesh |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/MeshWireframeComponent.h |
| Include Path | #include "Drawing/MeshWireframeComponent.h" |
void AccessMesh
(
TFunctionRef < void &)> ProcessingFunc
)