Unreal Engine C++ The Ultimate Shooter Course

Torrent Details


Unreal Engine C++ The Ultimate Shooter Course

NAME
Unreal Engine C++ The Ultimate Shooter Course.torrent
CATEGORY
Other
INFOHASH
cc328bd33bcd3a036ce429bfc24cdddcccfd584b
SIZE
49.5 GB in 99 files
ADDED
Uploaded on 21-10-2021 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Description

The course is compatible with any version of Unreal Engine, including Unreal Engine 5!

NOTE: 345+ videos are still in the process of being mastered and uploaded.

This is the most comprehensive Unreal Engine tutorial series on the internet. You will create a shooter game complete with AAA quality gameplay mechanics. Learn the theory behind the gameplay mechanics of shooter games, then implement them in this beautiful game project. Topics covered are:

Character creation and movement
Input for PC and console controllers
Extensive use of Animation Blueprints (and Anim Instances, their C++ parents)
1D and 2D Blendspaces
Strafing
Turn-in-place
Aim Offsets
Inverse Kinematics
Animation Curves
Character lean when running
Crouching (with dynamic capsule resizing)
Turn hips while running
Weapon fire with recoil animations
Reloading
Weapon blast and impact particles
Weapon beam particles (smoke trails)
Bullet shell eject particles
Sound effects
Blending animations per bone, by bool, and by enum – play one animation with one part of the body (running or crouching) while simultaneously playing another animation with another part of the body (reload, aim, or weapon fire)
Attach and equip different weapons (pistols, submachine guns, assault rifles)
Automatic and semi-automatic gunfire
Move different gun parts (the clip/magazine, and pistol slide) during animations
Camera zoom while aiming
Dynamic crosshairs that spread in reaction to:
Character speed
Weapon fire
Aiming
Jumping
Different crosshairs per weapon
Widget components, showing:
Item names
Item types
Ammo counts
Item rarity
HUD animations
Full item inventory system
Data tables, in Blueprints and C++
Curves to control:
Item movement during pickup
Color and brightness pulse for material effects
Material creation, including:
Post-process materials
Dynamic material instances
Setting material properties from C++
Driving material properties with curves
Material functions
Blending materials together
Outline effects
Glow/pulse effects
Retargeting animations
Retargeting whole Animation Blueprints
Numerous gameplay algorithms
Use of data structures, including:
structs
enums
arrays
maps
and more
Animation montages
Anim Notifies for sounds, weapon trails, and custom notifies
Sync markers for footsteps and sync groups
The course comes with a huge amount of assets, including:
Sounds
Textures
Particle effects
Meshes
Delegates
Interfaces
Dynamic footsteps that spawn different sounds and particle systems depending on the surface type
Physical materials and surface types
Niagra particle systems
Line traces
Enemy AI
Behavior Trees and Blackboard Components
Multiple enemy types with varying levels of Health, Damage, Size and Movement Speed
Headshot damage, with:
Higher damage for headshots
Number widgets that pop up and animate with bullet hits
Different colored numbers for headshots
Character and enemy health bars
Enemy patrol, agro, chase and attack player
Death mechanics
Stun mechanics
Melee attacks with melee weapon trails
Explosives that cause damage and death
Level prototyping
Creating full levels based on our prototypes using professional assets
Light baking
Post-process effects

Who this course is for:

Unreal Engine beginners who understand the basics of C++.
Unreal Engine intermediate developers who wish to advance in skill level.
Expert Unreal Engine developers to wish to expand their skillset.
Those who wish to make shooter games.
Anyone who wants to have fun and make games!

Requirements

Understanding of the basics of C++ (take my C++ course!)

Last Updated 9/2021

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
TutsNode.com.txt63 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/1.1 Discord Page for my students.html90 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/1.2 GitHub page for this course.html112 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/2.1 Microsoft Visual Studio (for windows systems).html106 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/2.2 VS Code (for Mac or Linux systems).html99 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/2.3 Xcode (for Mac users).html95 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/3. Install Unreal Engine.srt2.9 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/3.1 Unreal Engine Website.html90 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/4.1 Discord Server for my students.html90 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/5. Quiz on C++ Concepts.html196 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/7.1 Discord Server for my Students.html90 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/7.2 Source Code Per Lesson.html153 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/7.3 The GitHub Page for this Course.html89 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/7.4 The Unreal Engine Shooter Project.html143 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/1. Introduction/8. Quiz on Getting Help.html196 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/10. Outline and Glow Effects/12. Multiple Colors with Custom Depth Stencil.srt18.6 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/10. Outline and Glow Effects/22. Curve Vector for Material Parameters.srt27.2 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/10. Outline and Glow Effects/23. Material Pulse when Interping.srt20.4 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/10. Outline and Glow Effects/38. Disable Trace while Interping.srt17.9 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/10. Outline and Glow Effects/49. Assigning the Icon Delegate.srt24.2 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/10. Outline and Glow Effects/51. Data Tables - FTableRowBase.srt24.7 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/11. Multiple Weapon Types/2. Getting Data from Weapon Data Table.srt21.9 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/11. Multiple Weapon Types/30. Transform Pistol Slide Bone.srt24.7 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/11. Multiple Weapon Types/4. Set Material Instance and Index with Data Table.srt19.8 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/12. Footsteps/16. Turing Hips while Running.srt20.9 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/12. Footsteps/17. Turn Hips while Running Backwards.srt18.5 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/12. Footsteps/2. Setup Assets for Footsteps.srt21.3 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/12. Footsteps/7. Adding Notifies to Animations.srt25.2 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/14. The Enemy Class/4. Implementing BulletHit.srt21.1 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/15. AI and Behavior Trees/20. Custom Behavior Tree Task.srt17.5 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/15. AI and Behavior Trees/3. AI Controller.srt18.2 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/15. AI and Behavior Trees/30. Blood Particles.srt20 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/15. AI and Behavior Trees/6. Move To Task.srt17.7 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/17. Level Creation and Finishing the Game!/13. Ruins Assets - Arches.srt17.6 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/17. Level Creation and Finishing the Game!/16. Ruins Assets - Boss Room.srt33.1 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/17. Level Creation and Finishing the Game!/20. Polishing Gameplay 2.srt25 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/17. Level Creation and Finishing the Game!/4. Level Prototype - Courtyard 2.srt26 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/17. Level Creation and Finishing the Game!/5. Level Prototype - Using Paragon Props.srt26.6 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/10. Move Forward and Right.srt19 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/10.1 Unreal Engine Documentation - AddMovementInput.html143 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/10.2 Unreal Engine Documentation - SetupPlayerInputComponent.html167 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/12. Turn at Rate.srt17.5 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/12.1 Unreal Engine Documentation - AddControllerPitchInput.html165 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/12.2 Unreal Engine Documentation - AddControllerYawInput.html163 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/13.1 Unreal Engine Documentation - Jump.html151 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/14.1 Unreal Engine Marketplace.html113 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/15. Quiz on Section 2.html196 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/2.1 Unreal Engine Documentation - ACharacter.html146 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/6.1 Unreal Engine Documentation - FString.html138 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/6.2 Unreal Engine Documentation - USpringArmComponent.html155 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/7.1 Unreal Engine Documentation - UCameraComponent.html145 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/8.1 Unreal Engine Documentation - AController.html147 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/8.2 Unreal Engine Documentation - APlayerController.html153 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/2. Project Setup/9. Quiz on the Controller Class.html196 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/1. The Anim Instance.srt19.7 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/1.1 Unreal Engine Documentation - UAnimInstance.html145 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/10.1 Unreal Engine Documentation - Animation Montage.html153 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/10.2 Unreal Engine Documentation - UAnimMontage.html144 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/11.1 Unreal Engine Documentation - Blend Nodes.html161 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/12. Line Tracing for Bullet Hits.srt17.3 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/2.1 Unreal Engine Documentation - Animation Blueprints.html156 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/22. Movement Offset Yaw.srt21.1 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/5.1 Unreal Engine Documentation - UCharacterMovementComponent.html163 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/6. Quiz on Character Movement.html196 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/8.1 GitHub Link - Sound Assets.html138 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/9.1 Unreal Engine Documentation - UParticleSystem.html147 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/3. Animations/9.2 Unreal Engine Documentation - USkeletalMeshSocket.html148 B
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/4. Aiming and Crosshairs/6. Aim Look Sensitivity.srt23.5 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/4. Aiming and Crosshairs/8. Spreading the Crosshairs.srt21.2 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/5. The Weapon/10. Widget Trace When Close.srt27.7 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/5. The Weapon/15. Bind Star Opacity.srt32.7 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/5. The Weapon/16. Spawn Default Weapon.srt18.6 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/5. The Weapon/2. The Weapon Class.srt17.5 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/5. The Weapon/25. Throw Weapon.srt17.9 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/5. The Weapon/5. PickupWidget Blueprint.srt22.9 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/5. The Weapon/6. Finishing the Pickup Widget.srt20.5 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/5. The Weapon/8. Trace for Widget.srt20.1 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/7. Reloading/11. Improving Weapon Fire Code Lecture.srt17.1 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/7. Reloading/12. Improving Weapon Fire Code.srt18.9 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/7. Reloading/15. Reload Lecture.srt18.8 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/7. Reloading/17. Reload Continued.srt21.5 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/7. Reloading/18. Update AmmoMap.srt18.7 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/7. Reloading/23. Grab and Release Clip.srt22.9 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/7. Reloading/25. Moving the Clip.srt19.1 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/7. Reloading/6. Draw Ammo Count to Screen.srt19.2 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/1. Rotate Root Bone.srt26.3 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/15. Retargeting Anims with Different Skeletons.srt24.9 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/16. Crouch Turn in Place Anim BP.srt25.1 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/2. Turn in Place Animations.srt21.4 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/22. Interp Capsule Half Height.srt28.7 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/4. Turn in Place using Curve Values.srt23.2 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/6. Hip Aim Offset.mp4426.3 MB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/6. Hip Aim Offset.srt31.4 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/7. Aiming Aim Offset.srt27 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/8. Lean.srt19.6 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/8. Advanced Movement/9. Lean Blendspace.srt19.5 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/9. Ammo Pickups/11. Interpolation Scene Components.srt22.1 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/9. Ammo Pickups/13. Interp to Multiple Locations.srt27 KB
[TutsNode.com] - Unreal Engine C++ The Ultimate Shooter Course/9. Ammo Pickups/15. Limit Pickup and Equip Sounds.srt17.9 KB

Alternative Torrents for 'Unreal Engine C Ultimate Shooter Course'.

There are no alternative torrents found.