Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Drawing > API/Plugins/ModelingComponents/Drawing/IMeshWireframeSourceProvider
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/MeshWireframeComponent.h |
| Include | #include "Drawing/MeshWireframeComponent.h" |
void AccessMesh
(
TFunctionRef < void &)> ProcessingFunc
)
Remarks
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