Navigation
API > API/Plugins > API/Plugins/AvalancheShapes > API/Plugins/AvalancheShapes/UAvaShapeIrregularPolygonDynamic-
Description
Determines whether shape mesh can be done from a different thread. All built-in meshes are safe to build in a different thread. This virtual would need to be overriden for any derived class that ensures thread safety.
Virtual Inheritance
- UAvaShapeDynamicMeshBase::CanUpdateMeshInAnyThread → UAvaShapeIrregularPolygonDynamicMesh::CanUpdateMeshInAnyThread
| Name | CanUpdateMeshInAnyThread |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Public/DynamicMeshes/AvaShapeIrregularPolygonDynMesh.h |
| Include Path | #include "DynamicMeshes/AvaShapeIrregularPolygonDynMesh.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Private/DynamicMeshes/AvaShapeIrregularPolygonDynMesh.cpp |
virtual bool CanUpdateMeshInAnyThread() const