Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate > API/Runtime/UMG/Slate/SMeshWidget
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Slate/SMeshWidget.h |
| Include | #include "Slate/SMeshWidget.h" |
void AddRenderRun
&40;
uint32 InMeshIndex,
uint32 InInstanceOffset,
uint32 InNumInstances
&41;
Remarks
Tell the widget to draw instances of a mesh a given number of times starting at a given offset.
Parameters
| Name | Description |
|---|---|
| InMeshIndex | Which mesh to draw; returned by |
| InInstanceOffset | Start drawing with this instance |
| InNumInstances | Draw this many instances |