Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UPreviewMesh
Render data update hint (values mirror EDynamicMeshComponentRenderUpdateMode)
| Name | ERenderUpdateMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h |
| Include Path | #include "PreviewMesh.h" |
Syntax
enum ERenderUpdateMode
{
NoUpdate = 0,
FullUpdate = 1,
FastUpdate = 2,
}
Values
| Name | Remarks |
|---|---|
| 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 |