Navigation
API > API/Plugins > API/Plugins/ModelingComponents
| |
|
| Name |
EEnumerateRenderCachesDirtyFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelectionManager.h |
| Include Path |
#include "Selection/GeometrySelectionManager.h" |
Syntax
enum EEnumerateRenderCachesDirtyFlags
{
None = 0,
SelectionCachesDirty = 1 << 0,
UnselectedCachesDirty = 1 << 1,
PreviewCachesDirty = 1 << 2,
Default = SelectionCachesDirty | UnselectedCachesDirty | PreviewCachesDirty,
}
Values
| Name |
Remarks |
| None |
|
| SelectionCachesDirty |
|
| UnselectedCachesDirty |
|
| PreviewCachesDirty |
|
| Default |
|