Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UPreviewMesh
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h |
| Include | #include "PreviewMesh.h" |
Syntax
enum ERenderUpdateMode
&123;
NoUpdate = 0,
FullUpdate = 1,
FastUpdate = 2,
&125;
Values
| Name | Description |
|---|---|
| NoUpdate | Do not update render data |
| FullUpdate | Invalidate overlay of internal component, rebuilding all render data |
| FastUpdate | Attempt to do partial update of render data if possible |
Remarks
Render data update hint (values mirror EDynamicMeshComponentRenderUpdateMode)