Navigation
API > API/Plugins > API/Plugins/GeometryScriptingEditor > API/Plugins/GeometryScriptingEditor/GeometryActors > API/Plugins/GeometryScriptingEditor/GeometryActors/AGeneratedDynamicMeshActor
References
| Module | GeometryScriptingEditor |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingEditor/Public/GeometryActors/GeneratedDynamicMeshActor.h |
| Include | #include "GeometryActors/GeneratedDynamicMeshActor.h" |
UFUNCTION&40;BlueprintImplementableEvent, CallInEditor, Category&61;"Events"&41;
void OnRebuildGeneratedMesh
&40;
UDynamicMesh &42; TargetMesh
&41;
Remarks
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.