Point Cloud Plugin

I’m not sure if this subject is still active, so here goes. I’m trying to visualize lidar points from a grpc server that pumps in points every frame, i’ve hooked up the data source in blueprints to call SetData() with the new TArray of points. In editor mode everything works fine, however in the game debug mode, or packaged build, it will crash every now and then. I’ve attached the stack below, maybe i’m using the class wrongly. Thanks in advance for any guidance on this.