Navigation
API > API/Plugins > API/Plugins/GeometryScriptingEditor > API/Plugins/GeometryScriptingEditor/AGeneratedDynamicMeshActor
Description
This event will be fired to notify the BP that the generated Mesh should be rebuilt. GeneratedDynamicMeshActor BP subclasses should rebuild their meshes on this event, instead of doing so directly from the Construction Script.
| Name | OnRebuildGeneratedMesh |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingEditor/Public/GeometryActors/GeneratedDynamicMeshActor.h |
| Include Path | #include "GeometryActors/GeneratedDynamicMeshActor.h" |
UFUNCTION (BlueprintImplementableEvent, CallInEditor, Category="Events")
void OnRebuildGeneratedMesh
(
UDynamicMesh * TargetMesh
)