Skip to content

Commit d2c7be8

Browse files
author
Roberto De Ioris
authored
Update PlottingGraphsWithMatplotlibAndUnrealEnginePython.md
1 parent c36e53c commit d2c7be8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorials/PlottingGraphsWithMatplotlibAndUnrealEnginePython.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ This function receives as the 'platform' argument the Actor triggering the event
190190

191191
### The "Plotter Platforms"
192192

193+
The 'PlotterPlatforms' blueprint, implements the actor containing the 3 cubes and manages the overlapping events as well as incrementing the 3 counters.
194+
195+
Let's start with the viewport, you need to add 3 static meshes, each with a cube and the related solid-color material we created earlier:
196+
197+
![PlotterPlatforms Blueprint Viewport](https://github.com/20tab/UnrealEnginePython/blob/master/tutorials/PlottingGraphsWithMatplotlibAndUnrealEnginePython_Assets/platforms_viewport.png)
198+
193199
### Playing it
194200

195201
### Writing a simple unit test

0 commit comments

Comments
 (0)