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