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