ERenderUpdateMode

Render data update hint

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h

Include

#include "PreviewMesh.h"

Syntax

enum ERenderUpdateMode
{
    NoUpdate,
    FullUpdate,
    FastUpdate,
}

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss