Navigation
API > API/Plugins > API/Plugins/AvalancheShapes > API/Plugins/AvalancheShapes/UAvaShapeRectangleDynamicMesh
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 → UAvaShapeRectangleDynamicMesh::CanUpdateMeshInAnyThread
| Name | CanUpdateMeshInAnyThread |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Public/DynamicMeshes/AvaShapeRectangleDynMesh.h |
| Include Path | #include "DynamicMeshes/AvaShapeRectangleDynMesh.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Private/DynamicMeshes/AvaShapeRectangleDynMesh.cpp |
virtual bool CanUpdateMeshInAnyThread() const