Navigation
API > API/Plugins > API/Plugins/AvalancheShapes
| |
|
| Name |
EAvaDynamicMeshUpdateState |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Public/AvaShapesDefs.h |
| Include Path |
#include "AvaShapesDefs.h" |
Syntax
enum EAvaDynamicMeshUpdateState
{
UpdateRequired,
UpdateInProgress,
UpToDate,
}
Values
| Name |
Remarks |
| UpdateRequired |
We need to update the mesh |
| UpdateInProgress |
The update is in progress |
| UpToDate |
The mesh is now up to date with latest changes |