Skip to content

Commit cabdd02

Browse files
author
Roberto De Ioris
authored
Update YourFirstAutomatedPipeline.md
1 parent df3bc65 commit cabdd02

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tutorials/YourFirstAutomatedPipeline.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,18 @@ We can now complete the first part of the tutorial by compiling the blueprint:
779779

780780
```python
781781
ue.compile_blueprint(slicer_bp)
782+
slicer_bp.save_package()
782783
```
783784
Final notes
784785
-
785786

786-
You can now drag and drop the blueprint in your scene or subclass it, in part2 we will see how to give a 'brain' to our Kaiju.
787+
You can get the whole script here: https://github.com/20tab/UnrealEnginePython/blob/master/tutorials/YourFirstAutomatedPipeline_Assets/kaiju_slicer_pipeline.py
788+
789+
You can now drag and drop the blueprint in your scene or subclass it.
790+
791+
You can eventually spawn it directly from python:
792+
793+
```python
794+
```
795+
796+
In part2 we will see how to give a 'brain' to our Kaiju.

0 commit comments

Comments
 (0)