0

I am completely new to UnrealEngine. My aim is to read JSON data and recreate shapes in UE. I want to do it through scripting (not by using blueprints). how can I create 3D shapes by using scripts in UE? Shapes include cube, curves, polygons and holes.

here is a sample screenshot of my required output.

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44
USMANHEART
  • 93
  • 1
  • 9
  • Unreal script is now longer in use. You can find bindings for other scripting languages online but nothing official. Unreal has a class called UProceduralMeshComponent which can be used to create meshes programmatically, although you'd need to write or find something to parse json data for it. – George Aug 05 '21 at 18:30
  • Let me change my question then, is it possible to achieve same output by using blueprints? I just want Cubes, Polygons, Curves (all with or without holes). – USMANHEART Aug 10 '21 at 14:55

0 Answers0