وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Professional Game Development in C++ and Unreal Engine

سرفصل های دوره

Lecture 1 - Introduction And Setup
  • 1 - Welcome! (Course Structure) Tom Looman.MP4

  • Lecture 2 - Project Start And Version Control
  • 2 - GitHub Repository and Blank C++ Project Tom Looman.MP4
  • 3 - Project Walkthrough and first C++ Class UNREAL ENGINE 5.0EDITOR BASICS Tom Looman.MP4
  • 4 - Adding Components (Third-person Camera) Tom Looman.MP4
  • 5 - Binding Movement Input Tom Looman.MP4
  • 6 - Character Setup And Course Content (GitHub Commit Example) Tom Looman.MP4

  • Lecture 3 - Gameplay, Collision, and Physics
  • 7 - Character Input And Rotations Tom Looman.MP4
  • 8 - Magic Projectile Attack Tom Looman.MP4
  • 9 - Assignment 1 (Character Setup, Magic Projectile, Explosive Barrel) Tom Looman.MP4

  • Lecture 4 - Interfaces And Collision Queries
  • 10 - C++ Interfaces (Interacting with Actors) Tom Looman.MP4
  • 11 - ActorComponents And Collision Traces (InteractionComponent) Tom Looman.MP4
  • 12 - Animations and Timers (Improving the Attack) Tom Looman.MP4

  • Lecture 5 - Blueprints 101
  • 13 - What is Unreals Blueprint.MP4
  • 14 - Blueprint Interaction And Casting Tom Looman.MP4
  • 15 - Animating in Blueprint Tom Looman.MP4
  • 16 - Projectile Blueprint And Collision Tom Looman.MP4

  • Lecture 6 - Debugging Tools
  • 17 - Assignment 1 Solution Review Tom Looman.MP4
  • 18 - Hotreload Warning Tom Looman.MP4
  • 19 - Debugging C++ And Blueprints (Logging, Breakpoints, Drawing Debug Shapes) Tom Looman.MP4
  • 20 - Camera Changes And First UMG Widget (Crosshair) Tom Looman.MP4
  • 21 - Assignment 2 (Blackhole Projectile, Dash Ability, Targeting) Tom Looman.MP4
  • 22 - Asserts for pro-active detection of bugs Tom Looman.MP4

  • Lecture 7 - UMG And (Player) Attributes
  • 23 - Attribute Component (RPG-style) Tom Looman.MP4
  • 24 - Event-based principles with UMG (Health Change Events) Tom Looman.MP4
  • 24 - UMG with Data Bindings (Health Bar) Tom Looman.MP4
  • 26 - Animating UMG Widgets Tom Looman.MP4
  • 27 - Dealing Damage with Attributes (Explosive Barrel) Tom Looman.MP4

  • Lecture 8 - (Dynamic) Materials for Gameplay
  • 28 - Intro And Projectile Collision Fix Tom Looman.MP4
  • 29 - Material Basics (Shaders) Tom Looman.MP4
  • 30 - Hit Flash Material And Driving Material parameters through C++ Tom Looman.MP4
  • 31 - Simple Dissolve Materials (Textures) Tom Looman.MP4
  • 32 - Creating Re-usable Material Functions Tom Looman.MP4
  • 33 - Materials for User Interface (UMG) Tom Looman.MP4

  • Lecture 9 - Audio, Animation, UI
  • 34 - Assignment 2 Solution Review Tom Looman.MP4
  • 35 - Creating Sound Cues Tom Looman.MP4
  • 36 - Animation Blueprints And Handling Player Death Tom Looman.MP4
  • 37 - Projected 3D UI (Damage Numbers) Tom Looman.MP4
  • 38 - Assignment 3 (Health - Damage, Audio, Projectiles, UI) Tom Looman.MP4

  • Lecture 10 - Basic AI And Behavior Trees
  • 39 - AI Overview (Behavior Trees, Blackboards, EQS) Tom Looman.MP4
  • 40 - Bot Behaviors and Movement Tom Looman.MP4
  • 41 - Custom Check Attack Range Service for BT Tom Looman.MP4

  • Lecture 11 - Intermediate AI with Custom Tasks And EQS
  • 42 - Custom C++ BT Task for Ranged Attacks Tom Looman.MP4
  • 43 - Environment Queries for smarter movement Tom Looman.MP4
  • 44 - Adding Sight with Pawn Sensing Component Tom Looman.MP4
  • 45 - Improving Bot Animations And C++ Asserts Tom Looman.MP4

  • Lecture 12 - More AI, Environment Query Spawn Logic
  • 46 - Assignment 3 Solution Review Tom Looman.MP4
  • 47 - Assignment 4 (Expanding AI Behavior) Tom Looman.MP4
  • 48 - EQS to find bot spawnpoints Tom Looman.MP4
  • 49 - GameMode with custom AI spawn behavior Tom Looman.MP4

  • Lecture 13 - Finalizing AI, Extending the Framework
  • 50 - Further AI improvements (Damage, Death, Ragdolling) Tom Looman.MP4
  • 51 - More senses for AI (Reacting to Damage) Tom Looman.MP4
  • 52 - Helpful utilities for game framework (static functions) Tom Looman.MP4
  • 53 - Improving bot firing logic (weapon accuracy, collision checks) Tom Looman.MP4
  • 54 - Damage feedback through Hitflash effect Tom Looman.MP4

  • Lecture 14 - UMG With C++ And More Framework Extensions
  • 55 - 3D (Projected) Health bar with C++.MP4
  • 56 - Updating HUD Widgets UMG Learning Resources.MP4
  • 57 - Setup Proper Player Spawn.MP4
  • 58 - Adding Debug Commands.MP4

  • Lecture 15 - Console Variables, GameMode Rules
  • 59 - Assignment 4 Solution Review Tom Looman.MP4
  • 60 - Refining Player Respawns Tom Looman.MP4
  • 61 - Console Variables for debugging and game balancing Tom Looman.ts
  • 62 - Assignment 5 (Credits System, EQS Spawning) Tom Looman.MP4

  • Lecture 16 - Writing our own Gameplay Ability System alternative
  • 63 - What is GAS and why write our own.MP4
  • 64 - Starting our Action System and first Action (Sprinting) Tom Looman.MP4
  • 65 - Converting the Projectile Attacks to Actions Tom Looman.MP4
  • 66 - Improving the Physics Impulses on bot ragdolls Tom Looman.MP4

  • Lecture 17 - GameplayTags
  • 67 - Setting up GameplayTags Tom Looman.MP4
  • 68 - Comparing Tags in our Action System (Granting and Blocking Tags) Tom Looman.MP4
  • 69 - GameplayTags for DOOM-style Door And Keycard system Tom Looman.MP4
  • 70 - Parrying Attacks using GameplayTags Tom Looman.MP4

  • Lecture 18 Creating Buffs , World Interaction
  • 71 - Assignment 5 Solution Review Tom Looman.MP4
  • 72 - Creating Buffs And Debuffs (Damage over Time Effect) Tom Looman.MP4
  • 73 - Improving World Interaction with UI Feedback Tom Looman.MP4
  • 74 - Assignment 6 (Rage, Thorns, Power-up, Spotted UI) Tom Looman.MP4

  • Lecture 19 Multiplayer 1 Network Replication
  • 75 - What is Network Replication.MP4
  • 76 - Networking the world interaction logic (RPCs) Tom Looman.MP4
  • 77 - Networking the Treasure Chest (RepNotify) Tom Looman.MP4

  • Lecture 20 Multiplayer 2
  • 78 - Authority and Actor instances on Clients Tom Looman.MP4
  • 79 - Networking the Attributes And UI state (Health) Tom Looman.MP4
  • 80 - Blueprint Networking Tom Looman.MP4
  • 81 - Networking the Action System Tom Looman.MP4

  • Lecture 21 Multiplayer 3
  • 78 - Assignment 6 Solution Review Tom Looman.MP4
  • 79 - Assignment 7 (Replicating Attributes And Power-ups) Tom Looman.MP4
  • 80 - Preparing the Actions with on-screen logging Tom Looman.MP4
  • 81 - Networking UObjects And Actions (Action System) Tom Looman.MP4
  • 82 - Note on RepNotify behavior Tom Looman.MP4

  • Lecture 22 Finishing up Multiplayer
  • 83 - Code flow and execution between Clients and Server Tom Looman.MP4
  • 84 - Limiting Authority of the Client Tom Looman.MP4
  • 85 - Networking remaining features (Sprint, etc.) Tom Looman.MP4
  • 86 - Improving on Event-based UI UNREAL ENGINE 5.0 Tom Looman.MP4

  • Lecture 23 Serializing Game And Player Progression
  • 87 - Setup core Save And Load Functionality (SaveGame And Slots) Tom Looman.ts
  • 88 - Serializing Player Progression (PlayerState) Tom Looman.MP4
  • 89 - Serializing World Transforms (World State #1) Tom Looman.MP4
  • 90 - Serializing Any Variables Automatically (World State #2) Tom Looman.MP4
  • 91 - Serializing Blueprints And Saving via Actor Interaction Tom Looman.MP4

  • Lecture 24 Building Menus in UMG
  • 92 - Assignment 7 Solution Review Tom Looman.MP4
  • 93 - Creating Main Menus with UMG Tom Looman.MP4
  • 94 - Creating In-Game Menus Tom Looman.MP4
  • CourseContent Addon v2.zip

  • Lecture 25 UMG And Styling Widgets
  • 95 - Setup Widgets And Event-based logic for Buffs And Debuffs Tom Looman.MP4
  • 96 - Finishing Buff Bar And Animated materials for UI Tom Looman.MP4
  • 97 - Syncing ActionEffect (Duration) for Multiplayer Tom Looman.MP4
  • 98 - Widget Styling (HUD And Menus) Tom Looman.MP4

  • Lecture 26 Animation Blueprints And UI Improvements
  • 99 - Animation State Machines (Stunned Effect) And C++ AnimInstance Tom Looman.MP4
  • 100 - Blend Poses And Blend Spaces (Floating Sprint Animation) Tom Looman.MP4
  • 101 - Status Text for Interactables (UMG) And C++ Loc Text Tom Looman.MP4

  • Lecture 27 Data Assets, Data Tables, Async Loading (Asset Manager)
  • 102 - Data Tables And Data Assets (Setup for Bot Spawns) Tom Looman.MP4
  • 103 - Soft References (Size Map, Reference Viewer) Tom Looman.MP4
  • 104 - Primary Assets And Async Loading (Asset Manager) Tom Looman.MP4

  • Lecture 28 Packaging, Performance, Polish
  • 105 - Cooking Content And Packaging Tom Looman.MP4
  • 106 - Profiling Basics And Stat Commands Tom Looman.MP4
  • 107 - Unreal Insights for CPU And LoadTimes Tom Looman.MP4
  • 108 - Fixing up log warnings and errors Tom Looman.MP4

  • Lecture 29 Wrapping Up
  • 109 - Improving the SaveGame, Collisions And UI Tom Looman.MP4
  • 110 - WARPSQUAD Project Workflow Demo Tom Looman.MP4
  • 111 - Where to go next... Tom Looman.MP4

  • Lecture 30 - Additional Features
  • 112 - Programming with Subsystems (UGameInstanceSubsystem) Tom Looman.MP4
  • 113 - Extending Editor And Project Settings (UDeveloperSettings) Tom Looman.MP4
  • JetBrains Coupon.pdf
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 14492
    حجم: 10125 مگابایت
    مدت زمان: 1514 دقیقه
    تاریخ انتشار: ۲۹ خرداد ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید