Skip to content

jacobmott/CPPUE5UltGameDevCrs

Repository files navigation

CPPUE5UltGameDevCrs

Working through Unreal Engine 5 C++ The Ultimate Game Developer Course on udemy. Finished the course!

https://www.udemy.com/course/unreal-engine-5-the-ultimate-game-developer-course/

image

Finished the Course!

image

Sections

Section 1: Gettting started

Section 2: Realistic Landscape

image image image image image image image image image image image image image image

Section 3: Vectors, Rotators, and Trigonometry

Section 4: C++ in Unreal Engine

Section 5: The Actor class

Section 6: Moving Objects With Code

Section 7: The Pawn Class

image image image image image image image image image image image image image image

Section 8: The Character Class

image image image

Section 9: The Animation Blueprint

image image image image image image image

Youtube vid

https://youtu.be/z35rDsNMhzM

IMAGE ALT TEXT HERE

Section 10: Collision and Overlaps

Section 11: The Weapon Class

image image image

Section 12: Attacking

image image image image image image image image image image image

Youtube vid

https://www.youtube.com/watch?v=3m7zwrdR0Sc

IMAGE ALT TEXT HERE

Section 13: Weapon Mechanics

image image image image image

Youtube vid

https://www.youtube.com/watch?v=EbecrGsEiHQ

IMAGE ALT TEXT HERE

Section 14: Breakable Actors

image image image image image image

Youtube vid

https://youtu.be/MniaOAj4mWM

IMAGE ALT TEXT HERE

Section 15: Treasure

image image image image image

Youtube vid

https://youtu.be/6LlGs6K1GWQ

IMAGE ALT TEXT HERE

Section 16: Combat

image image image image

Youtube vid

https://youtu.be/2k-m8ZIK8vg

IMAGE ALT TEXT HERE

Section 17: Enemy Behavior

image image image image image

Youtube vid

https://youtu.be/yWafqBTI6WE

IMAGE ALT TEXT HERE

Section 18: Enemy Attacks

image image image image image

Youtube vid

https://youtu.be/YwWpyld5vQU

IMAGE ALT TEXT HERE

Section 19: Smarter Enemies

image image image image image image image image

Youtube vid

https://youtu.be/ofV1AVv6TMA

IMAGE ALT TEXT HERE

Section 20: Echo's Attributes

image image image image image image image

Youtube vid

https://youtu.be/LMIZahHacxw

IMAGE ALT TEXT HERE

Section 21: Souls and Stamina

image image image image image image image

Youtube vid

https://youtu.be/fMWQAAqtKXo

IMAGE ALT TEXT HERE

Section 22: Multiple Types of Enemies

image image image image image image image image image image image image image image image image

Youtube vid

https://youtu.be/qkL6ztDvVp0

IMAGE ALT TEXT HERE

FINISHED COURSE!

FINAL VIDS/SCREENSHOTS

image image image image image image image image image image image image image image image image image image image image image image image image image image image image

Youtube vid

https://youtu.be/gd4XaIl6h18

IMAGE ALT TEXT HERE

For me

The Screenshots folder is stored in s3 bucket Need to move the content folder to s3

Pull down from bucket

  #Execute this from the directory above CPPUE5UltGameDevCrs
  aws s3 cp --recursive s3://<bucket>/CPPUE5UltGameDevCrs/Content CPPUE5UltGameDevCrs/Content
  aws s3 cp --recursive s3://<bucket>/CPPUE5UltGameDevCrs/Assets CPPUE5UltGameDevCrs/Assets
  aws s3 cp --recursive s3://<bucket>/CPPUE5UltGameDevCrs/Screenshots CPPUE5MultiplayerShooter/Screenshots

Push to bucket

  #Execute this from the directory above CPPUE5UltGameDevCrs
  aws s3 cp --recursive CPPUE5UltGameDevCrs/Content s3://<bucket>/CPPUE5UltGameDevCrs/Content
  aws s3 cp --recursive CPPUE5UltGameDevCrs/Assets s3://<bucket>/CPPUE5UltGameDevCrs/Assets
  aws s3 cp --recursive CPPUE5UltGameDevCrs/Screenshots s3://<bucket>/CPPUE5UltGameDevCrs/Screenshots

Or just do a sync

  #Execute this from the directory above CPPUE5UltGameDevCrs
  aws s3 sync CPPUE5UltGameDevCrs/Content s3://<bucket>/CPPUE5UltGameDevCrs/Content --delete
  aws s3 sync CPPUE5UltGameDevCrs/Assets s3://<bucket>/CPPUE5UltGameDevCrs/Assets --delete
  aws s3 sync CPPUE5UltGameDevCrs/Screenshots s3://<bucket>/CPPUE5UltGameDevCrs/Screenshots --delete

About

Working through Unreal Engine 5 C++ The Ultimate Game Developer Course on udemy. Finished!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published