UE5: How to spawn Dynamic Mesh Component Actor Dynamically?

You can get the TargetMesh directly from the Dynamic Mesh component, like this:


Then you probably don’t need to use a timer and RebuildEvent at all.

1 Like