blueprint

An array of 3D objects for the BPBuilding thing

  • Exposure: public
  • UE Version: 5.1

gpinstructor

February 21, 2023, 5:49 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • gpinstructor

    February 21, 2023, 5:52 pm

    Set up Variables:
    Counter of Type INTEGER with an initial value of 0. Size of Type VECTOR with values such AS: 3,4,8 // FOR THE WIDTH, DEPTH, AND HEIGHT CubesPerSecond of type Float with a value such as 200.0

    also update the BP_First Person Blueprint with code in corresponding BP