Search Torrents
Udemy - Learn to Code in C++ by Developing Your Fi...
Seeders: 0 Leechers: 0
Udemy - Learn to Code in C++ by Developing Your First Game Torrent content (File list)
|
---|
01. Promo Video.mp4 20.1 MB |
02. Welcome To The Course.mp4 28.3 MB |
03. Setup Visual Studio Or XCode.mp4 22.2 MB |
04. Unreal Development Environment.mp4 30.0 MB |
05. Intro To Visual Studio On PC.mp4 19.3 MB |
06. Intro To Xcode On MacOS.mp4 21.8 MB |
07. A Quick Tour Of Unreal Editor.mp4 45.8 MB |
08. Section Wrap-Up.mp4 29.3 MB |
09. Intro, Notes & section Assets.mp4 29.2 MB |
09A. UnrealCourse.com-Section-2-Slides-v.9.pdf 834.2 KB |
09B.txt 0.4 KB |
10. Game Design Document.mp4 34.0 MB |
100. Upgrading Engine Version.mp4 68.4 MB |
101. Using Landscape Layers.mp4 238.3 MB |
102. Flat Shading Low Poly Landscapes.mp4 237.0 MB |
103. More Landscaping tools.mp4 241.6 MB |
103A - Chris-Folea-MountainRange3.png 13.3 MB |
103B - Quiz 11 - Mid Section Quiz.txt 1.6 KB |
104. Tank Control System.mp4 107.4 MB |
105. Composing Multi-Part Actors.mp4 197.9 MB |
106. Using Blueprints to Discover C++.mp4 124.2 MB |
107. Call C++ Functions from Blueprint .mp4 137.6 MB |
108. Using BindAxis() for Input.mp4 165.7 MB |
109. Using DeltaTimeSeconds.mp4 181.8 MB |
10A. Book Code Complete (Link).txt 0.1 KB |
10A. Code Complete A Practical Handbook of Software Construction, Second Edition.pdf 2.8 MB |
11. How Solutions And Projects Relate.mp4 35.1 MB |
110. Main Menu Screens.mp4 35.9 MB |
111. UI Scale Box, Buttons & Mouse.mp4 61.9 MB |
112. Controller Ready Navigation.mp4 40.4 MB |
113. Trial Packaging Your Game.mp4 45.7 MB |
113A. Quiz 12 Mid Section Quiz.txt 1.9 KB |
114. Delegating to Components.mp4 42.4 MB |
115. Using virtual and override.mp4 61.1 MB |
116. Creating an AI Controller Class.mp4 50.9 MB |
117. Get the Player Controller with C++.mp4 40.2 MB |
118. Add Tick() to PlayerController.mp4 45.5 MB |
119. Creating an Out Parameter Method.mp4 47.0 MB |
12. C++ Function Syntax.mp4 33.5 MB |
120. Finding Screen Pixel Coordinates.mp4 61.9 MB |
121. Using DeprojectScreenToWorld.mp4 58.8 MB |
122. Using LineTraceSingleByChannel().mp4 72.4 MB |
123. Unify Player & AI Aiming.mp4 43.9 MB |
123A. Quiz 13 Mid Section Quiz.txt 2.4 KB |
124. Create Default Sub Objects in C++.mp4 48.0 MB |
125. BlueprintCallable().mp4 56.9 MB |
126. SuggestProjectileVelocity().mp4 49.8 MB |
127. Predict Projectile Landing Point.mp4 52.9 MB |
128. Using FRotators in Unreal.mp4 44.1 MB |
129. Using Forward Declarations.mp4 49.3 MB |
13. Using, #include And Namespaces.mp4 39.2 MB |
130. BlueprintSpawnableComponent().mp4 44.5 MB |
131. BlueprintSpawnableComponent().mp4 44.5 MB |
132. Review Our Execution Flow.mp4 63.5 MB |
133. How to Report Bugs.mp4 50.2 MB |
133A. Quiz 14 Mid Section Quiz.txt 2.4 KB |
134. Using Clamp() to Limit Values.mp4 65.7 MB |
135. CHALLENGE - Turret Rotation.mp4 50.1 MB |
136. CHALLENGE - Turret Rotation Pt.2.mp4 60.4 MB |
137. Setting Up Projectiles.mp4 43.3 MB |
138. Upgrading to Unreal 4.12.mp4 54.9 MB |
139. Working Round Awkward Bugs.mp4 79.5 MB |
139A DISCUSSIONS - On GameDev.tv .txt 0.0 KB |
14. Magic Numbers And Constants.mp4 32.1 MB |
140. Using SpawnActor() to Spawn.mp4 54.0 MB |
140A TSubclassOf and DISCUSSIONS - On GameDev.tv.txt 0.1 KB |
141. Projectile Movement Components.mp4 50.9 MB |
141A GitHub Repo and DISCUSSIONS On Gamedev.tv.txt 0.1 KB |
15. Variables And cin for Input.mp4 44.7 MB |
16. Using getline().mp4 33.2 MB |
17. Simplifying With Functions.mp4 53.7 MB |
18. Iterating With For & While Loops.mp4 40.0 MB |
18A. Quiz 2 Mid Section Quiz.txt 2.1 KB |
19. Clarity Is Worth Fighting For.mp4 47.5 MB |
20. Booleans And Comparisons.mp4 46.0 MB |
21. Using Do and While in C++.mp4 33.8 MB |
22. Introducing Classes.mp4 34.0 MB |
23. Using Header Files As Contracts.mp4 44.2 MB |
24. Including Our Own Header File.mp4 51.5 MB |
25. Instantiating Your Class.mp4 33.8 MB |
26. Writing And Using Getter Methods.mp4 45.3 MB |
27. Introducing The Const Keyword.mp4 31.1 MB |
28. Constructors For Initialisation.mp4 39.4 MB |
29. Pseudocode Programming.mp4 46.2 MB |
29A. Quiz 3 Mid Section Quiz.txt 1.8 KB |
2A. Unreal-IS02-Intro-Notes-Assets.pdf 518.7 KB |
30. Using using forType Aliases.mp4 51.0 MB |
31. Using struct for Simple Types.mp4 35.0 MB |
32. Using if Statements in C++.mp4 63.1 MB |
33. Debugging 101.mp4 46.8 MB |
34. A Place for Everything.mp4 36.7 MB |
35. Introducing enumerations.mp4 47.9 MB |
36. Writing Error Checking Code.mp4 45.2 MB |
37. Using switch Statements.mp4 65.8 MB |
38. Warm Fuzzy Feelings.mp4 37.0 MB |
39. Handling Game Win Condition.mp4 39.1 MB |
39A. Quiz 4 Mid Section Quiz.txt 1.9 KB |
40. Win Or Lose Screen.mp4 31.0 MB |
41. Introducing Big O notation.mp4 80.6 MB |
42. TMAP and map Data Structures.mp4 61.4 MB |
43. Range-based for Loop.mp4 47.2 MB |
44. Design a Helper Function.mp4 40.7 MB |
45. Playtesting Yor Game.mp4 42.9 MB |
46. Difficulty & Play Tuning.mp4 51.0 MB |
47. Polishing & Packaging.mp4 43.9 MB |
47A. Quiz 5 End Section Quiz.txt 1.6 KB |
48. Section Wrap-Up.mp4 12.6 MB |
49. Intro, Notes & Section Assets.mp4 20.4 MB |
49A. gitignore.zip 0.2 KB |
49B. BE01-Building-Escape-Slides-v.7.pdf 740.7 KB |
49C. UnrealCourse.com Section 3 Slides.txt 0.1 KB |
4A. Unreal Development Environment.txt 0.3 KB |
50. Game Design Document (GDD).mp4 22.5 MB |
51. Version Control 101.mp4 33.1 MB |
52. Ignoring Unreal Derived Files.mp4 42.7 MB |
53. Your First .gitignore For Unreal.mp4 52.8 MB |
53A. .gitignore Link.txt 0.1 KB |
54. Getting to Know Unreal's Editor .mp4 74.6 MB |
55. A Pointers Primer.mp4 39.1 MB |
56. Unreal's Class System.mp4 75.5 MB |
57. Runtime Message for Feedback.mp4 45.1 MB |
58. Accessing Object Names.mp4 60.0 MB |
58A. Quiz 6 Mid Section Quiz.txt 2.2 KB |
59. Getting Transforms In C++.mp4 47.2 MB |
60. Moving Objects In C++.mp4 74.4 MB |
61. Laying Out Geometry .mp4 114.8 MB |
62. Applying Materials.mp4 96.4 MB |
63. Macros Starting With UPPROPERTY.mp4 63.1 MB |
64. Using Trigger Volumes.mp4 86.4 MB |
65. Unreal's PlayerController.mp4 88.7 MB |
66. Using Collision Volumes.mp4 90.9 MB |
67. Using GetTimeSeconds().mp4 106.1 MB |
68. Grabbing System Overview.mp4 43.8 MB |
68A. Quiz 7 Mid Section Quiz.txt 1.5 KB |
69. Modifying the Default Pawn Actor.mp4 67.9 MB |
70. Inherit Game Mode Blueprint .mp4 59.9 MB |
71. Getting Player Viewpoint.mp4 90.8 MB |
72. Using DrawDebugLine.mp4 88.5 MB |
73. Line Tracing AKA Ray-Casting.mp4 85.0 MB |
73A. Collision filtering blog post Link.txt 0.1 KB |
74. LineTracesingleByObjectType().mp4 78.8 MB |
74A Links.txt 0.2 KB |
75. REFERENCE & POINTERS.mp4 39.5 MB |
76. Resetting Your Unreal Project.mp4 51.7 MB |
77. Using FindComponentByClass().mp4 64.8 MB |
78. Introcucing Input Binding.mp4 133.6 MB |
78A. Quiz 8 Mid Section Quiz.txt 2.1 KB |
79. Accessors & Memory Layout.mp4 63.9 MB |
7a. Quiz 1 Section End Quiz.txt 1.7 KB |
80. Reducing Code in Hot Loops.mp4 95.4 MB |
81. Using Physics Handles.mp4 98.5 MB |
81A. Link.txt 0.1 KB |
82. Refactoring Rules.mp4 83.6 MB |
83. Introducing Unreal's TArray.mp4 86.8 MB |
84. Iterating over TArray with for.mp4 72.4 MB |
85. Debugging Game Issues.mp4 77.4 MB |
86. Managing Texture Tiling.mp4 173.2 MB |
87. More Coming Soon.txt 0.2 KB |
87. Pointer Protection Process.mp4 94.5 MB |
88. Exposing Events to Blueprint.mp4 89.2 MB |
88A. Quiz 9 Mid Section Quiz.txt 1.8 KB |
89. Using Blueprint Timeline.mp4 75.4 MB |
90. Everything in its Place.mp4 198.9 MB |
91. Using Variables in Blueprint.mp4 86.8 MB |
92. SFX & Audio Clips.mp4 132.8 MB |
92A. Quiz 10 End Quiz.txt 0.9 KB |
93. Section Wrap Up.mp4 25.2 MB |
94. Intro, Notes & Section Assets.mp4 20.2 MB |
94. UnrealCourse.com Section 4 Slides.txt 0.0 KB |
95. Corresponding-Blog-Post.txt 0.1 KB |
95. Game Design Document (GDD).mp4 107.6 MB |
96. Accompanying-Blog-Post.txt 0.1 KB |
96. Setting Up a GitHub “Repo”.mp4 73.9 MB |
97. Creating & Deleting Landscapes.mp4 181.8 MB |
98. Landscape Setup & Scaling.mp4 232.6 MB |
99. A Landscaping Process.mp4 197.0 MB |
BC03-How-Solutions-Projects-Relate.mp4 27.8 MB |
BC14-Introducing-Classes.mp4 34.0 MB |
BC15-Using-Header-Files-as-Contracts.mp4 39.0 MB |
BC16-Including-Our-Own-Header-File.mp4 44.6 MB |
BC23-Using-struct-for-Simple-Types.mp4 47.8 MB |
BC25-Debugging-101.mp4 38.4 MB |
BE05-Your-First.gitignore-for-Unreal.mp4 47.1 MB |
BE07-Unreal-s-Class-System.mp4 66.9 MB |
BE10-Getting-Transforms-in-C.mp4 44.7 MB |
Course-Wrap-Up.mp4 12.9 MB |
door-lock.wav 98.2 KB |
Thats-All-For-Now-v.2.mp4 5.7 MB |
UE4NppIDE.zip 3.1 KB |
- Torrent indexed: 8 years
- Torrent updated: Wednesday 31st of December 1969 09:00:00 PM
- Torrent hash: 6BF7CA093276ADD6ECC51770DCADA9F2E5D5B6E9
- Torrent size: 9.8 GB
- Torrent category: other

Community - Add torrent to search results - Stats - DMCA - Removal Request - TOR - Contact
Comments