blueprint

BP_Pyramid: SpawnPyramid

  • Exposure: public
  • UE Version: 5.7

Olliebrown

July 1, 2026, 9:19 pm

This Blueprint function is part of the BP_Pyramid Actor Blueprint.

It calls some other Blueprint Functions:

  • SpawnLayer (and indirectly, SpawnRow and SpawnCube)

The function utilizes the following local variables:

  • CurRowCount: Integer
  • CurColCount: Integer
  • CurZPosition: Float

The Actor has the following member variables:

  • Rows: Integer
  • Columns: Integer
  • Spacing: Vector
Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v