- 112
- 639 293
Gamium Dev
India
เข้าร่วมเมื่อ 26 พ.ค. 2021
Welcome to Gamium Dev, your go-to channel for game development tutorials in Unreal Engine! I'm Sourav, and I have over 7 years of experience in game dev. I'm passionate about video games and love sharing my knowledge with others..
On this channel, you'll find a variety of tutorials on Unreal Engine, ranging from beginner-level basics to advanced techniques. Whether you're new to game development or a seasoned pro, there's something for everyone here. My goal is to help you learn the skills you need to create your own amazing games.
I'm currently working on a project called Enigma, which is an exciting new game that I can't wait to share with all of you. I'll be posting updates on the development process, as well as sharing some behind-the-scenes looks at what goes into making a game.
So if you're ready to level up your game development skills and create your own amazing games, be sure to subscribe to Gamium Dev and join our community of passionate game developers!
On this channel, you'll find a variety of tutorials on Unreal Engine, ranging from beginner-level basics to advanced techniques. Whether you're new to game development or a seasoned pro, there's something for everyone here. My goal is to help you learn the skills you need to create your own amazing games.
I'm currently working on a project called Enigma, which is an exciting new game that I can't wait to share with all of you. I'll be posting updates on the development process, as well as sharing some behind-the-scenes looks at what goes into making a game.
So if you're ready to level up your game development skills and create your own amazing games, be sure to subscribe to Gamium Dev and join our community of passionate game developers!
How To Create a Dropdown in Unreal Engine 5 | Combo Box Tutorial Unreal Engine 5 UMG
Hi everyone, in this video we will take a look at the Combo Box widget in UMG Unreal Engine 5.
Combo Box is the widget which is used to create dropdowns in Unreal Engine 5.
======== Donations ========
www.patreon.com/GamiumGamers
======== For Questions ========
discord.gg/FBz3amt
======== Instagram ========
gamiumgamers
======== Personal Instagram ========
srvmsd
======== All My Game Remakes ========
th-cam.com/video/SrLt89uSPSg/w-d-xo.html
======== Udemy Course ========
www.udemy.com/course/master-unreal-engine-5-build-any-game-with-blueprint-c/?referralCode=893D52E757020D193271
Combo Box is the widget which is used to create dropdowns in Unreal Engine 5.
======== Donations ========
www.patreon.com/GamiumGamers
======== For Questions ========
discord.gg/FBz3amt
======== Instagram ========
gamiumgamers
======== Personal Instagram ========
srvmsd
======== All My Game Remakes ========
th-cam.com/video/SrLt89uSPSg/w-d-xo.html
======== Udemy Course ========
www.udemy.com/course/master-unreal-engine-5-build-any-game-with-blueprint-c/?referralCode=893D52E757020D193271
มุมมอง: 1 517
วีดีโอ
Learn Unreal Engine C++ In 2 Minutes | Part 8: Constructor and OnConstruction (Construction Script)
มุมมอง 2715 หลายเดือนก่อน
Hi guys, do you find it boring to watch long tutorials to learn C for unreal engine? I've got you covered. This whole series will bring you 2 minute C tutorials covering all topics to as much depth as required. In this video, we will learn about the constructor and construction script and how it can be used in Unreal Engine. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3am...
I Remade Flappy Bird In One Hour Using Unreal Engine 5! Flappy Bird Remake In 1 Hour 2024
มุมมอง 5216 หลายเดือนก่อน
Hey all, we all love flappy bird, but how long does it one person take to make it in Unreal Engine 5. In this video, I show how I made flappy bird in just one hour. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3amt Instagram gamiumgamers Personal Instagram srvmsd All My Game Remakes th-cam.com/video/SrLt89uSPSg/w-d-xo.html Project Files Download...
Learn Unreal Engine C++ In 2 Minutes | Part 7: Casting and Interfaces
มุมมอง 1816 หลายเดือนก่อน
Hi guys, do you find it boring to watch long tutorials to learn C for unreal engine? I've got you covered. This whole series will bring you 2 minute C tutorials covering all topics to as much depth as required. In this video, we will learn about casting and interfaces which are going to play a key role in various types of interactions in games. Donations www.patreon.com/GamiumGamers For Questio...
Learn Unreal Engine C++ In 2 Minutes | Part 6: USTRUCT And UENUM
มุมมอง 1937 หลายเดือนก่อน
Hi guys, do you find it boring to watch long tutorials to learn C for unreal engine? I've got you covered. This whole series will bring you 2 minute C tutorials covering all topics to as much depth as required. In this video, we will learn about USTRUCT and UENUM which are the macros used with structs and enums to enable the use of Unreal's reflection system. Donations www.patreon.com/GamiumGam...
Learn Unreal Engine C++ In 2 Minutes | Part 5: UPROPERTY And UFUNCTION
มุมมอง 2147 หลายเดือนก่อน
Hi guys, do you find it boring to watch long tutorials to learn C for unreal engine? I've got you covered. This whole series will bring you 2 minute C tutorials covering all topics to as much depth as required. In this video, we will learn about UPROPERTY and UFUNCTION which are the two most important macros used for declaring variables and functions for use in Unreal Engine. Donations www.patr...
Learn Unreal Engine C++ In 2 Minutes| Part 4: UObject and AActor
มุมมอง 5207 หลายเดือนก่อน
Hi guys, do you find it boring to watch long tutorials to learn C for unreal engine? I've got you covered. This whole series will bring you 2 minute C tutorials covering all topics to as much depth as required. In this video, we will learn about UObject and AActor. They make up the building blocks of every aspect of our games. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3...
Learn Unreal Engine C++ In 2 Minutes | Part 3: Variables And Functions
มุมมอง 1917 หลายเดือนก่อน
Hi guys, do you find it boring to watch long tutorials to learn C for unreal engine? I've got you covered. This whole series will bring you 2 minute C tutorials covering all topics to as much depth as required. In this video, we will see how to use functions and variables. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3amt Instagram gamiumgamers Personal Insta...
Learn Unreal Engine C++ In 2 Minutes| Part 2: Including Header Files And Adding Modules
มุมมอง 2358 หลายเดือนก่อน
Hi guys, do you find it boring to watch long tutorials to learn C for unreal engine? I've got you covered. This whole series will bring you 2 minute C tutorials covering all topics to as much depth as required. In this video, we will see how we can include code from other files. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3amt Instagram gamiumgamers Personal...
Learn Unreal Engine C++ In 2 Minutes | Part 1: Creating A C++ Class
มุมมอง 5438 หลายเดือนก่อน
Hi guys, do you find it boring to watch long tutorials to learn C for unreal engine? I've got you covered. This whole series will bring you 2 minute C tutorials covering all topics to as much depth as required. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3amt Instagram gamiumgamers Personal Instagram srvmsd
Replicated Health Bar In Unreal Engine | Multiplayer Health Bar Tutorial UE5
มุมมอง 5799 หลายเดือนก่อน
Hi guys, in this video, we will be taking a look at how to create a replicated health bar in unreal engine 5. We will use RepNotify to efficiently handle this process. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3amt Instagram gamiumgamers Personal Instagram srvmsd
How To Create A Web Browser In Unreal Engine 5? | Load HTML in Unreal Engine 5
มุมมอง 4.8K9 หลายเดือนก่อน
Hi guys, in this video we will take a look at how to use a web browser in Unreal Engine 5. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3amt Instagram gamiumgamers Personal Instagram srvmsd
How To Use JSON Objects In Unreal Engine 5
มุมมอง 4.1K10 หลายเดือนก่อน
Hi guys, in this video we will take a look at how we can work with JSON objects in Unreal Engine 5. Wanna Master Unreal Engine? Check out my Udemy course: www.udemy.com/course/master-unreal-engine-5-build-any-game-with-blueprint-c/?couponCode=5D2AAF8C13BA9593D919 Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3amt Instagram gamiumgamers Personal Instagram insta...
Field Notify Unreal Engine 5 | Alternative To Bindings In Widgets UE5
มุมมอง 2.5K10 หลายเดือนก่อน
Hi guys, in this video we will be looking at how to use Field Notify in Unreal Engine 5. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3amt Instagram gamiumgamers Personal Instagram srvmsd
Basic Destruction System In Unreal Engine 5
มุมมอง 49911 หลายเดือนก่อน
Hi guys, welcome back, in this video we will take a look at some basic destruction in Unreal Engine 5. Donations www.patreon.com/GamiumGamers For Questions discord.gg/FBz3amt Instagram gamiumgamers Personal Instagram srvmsd
How To Create A Dynamic Crosshair In Unreal Engine 5 Tutorial (With Download Link)
มุมมอง 2.4Kปีที่แล้ว
How To Create A Dynamic Crosshair In Unreal Engine 5 Tutorial (With Download Link)
Data Table Tutorial Unreal Engine 5 | How To Use Data Tables In Unreal Engine 5?
มุมมอง 1.7Kปีที่แล้ว
Data Table Tutorial Unreal Engine 5 | How To Use Data Tables In Unreal Engine 5?
How To Reduce Packaged Game Size Unreal Engine 5 | UE5 Reduce Packaged Game Size
มุมมอง 4.3Kปีที่แล้ว
How To Reduce Packaged Game Size Unreal Engine 5 | UE5 Reduce Packaged Game Size
How To Create A Main Menu In Unreal Engine 5? | Main Menu In Unreal Engine 5 Tutorial
มุมมอง 1.3Kปีที่แล้ว
How To Create A Main Menu In Unreal Engine 5? | Main Menu In Unreal Engine 5 Tutorial
How To Create A Multiplayer Name Tag In Unreal Engine 5| Name Tag Using RepNotify
มุมมอง 1.8Kปีที่แล้ว
How To Create A Multiplayer Name Tag In Unreal Engine 5| Name Tag Using RepNotify
How To Create Custom Components In Unreal Engine 5? | Create Components In Blueprint.
มุมมอง 3.9Kปีที่แล้ว
How To Create Custom Components In Unreal Engine 5? | Create Components In Blueprint.
Top 10 Concepts In Unreal Engine 5 For Unity Developers And Beginners 2023
มุมมอง 1.4Kปีที่แล้ว
Top 10 Concepts In Unreal Engine 5 For Unity Developers And Beginners 2023
AI for Unreal Engine 5 | Chat-GPT vs Bing Vs Google Bard For Game Development In Unreal Engine 5
มุมมอง 2.2Kปีที่แล้ว
AI for Unreal Engine 5 | Chat-GPT vs Bing Vs Google Bard For Game Development In Unreal Engine 5
C++ For Game Development | 13: Basics Of Local Space and World Space
มุมมอง 358ปีที่แล้ว
C For Game Development | 13: Basics Of Local Space and World Space
C++ For Game Development | 12: Vectors (Not to be confused with std::vector)
มุมมอง 339ปีที่แล้ว
C For Game Development | 12: Vectors (Not to be confused with std::vector)
C++ For Game Development | 9: Classes And Objects
มุมมอง 273ปีที่แล้ว
C For Game Development | 9: Classes And Objects
C++ For Game Development | 7: Enumerations and Switch
มุมมอง 202ปีที่แล้ว
C For Game Development | 7: Enumerations and Switch
Thank you for explaining this in a digestible and understandable way, Ive been trying to understand this for weeks and havent really understood the main takeaways because of how many other sources just seem to get so caught up in the do's and dont's for beginners programmers that its been mute on the reasons for C++ vs BPs 🙏
how can i find the “player state” pawn. I can’t seem to find it?
hey, can you make a series for Unreal 4 Multiplayer FPS with a nice steam lobby with steam subsystem (Blueprints)?
lovin' your videos by the way
so my character take damage and stuff but my issue is im doing it when percentages which no problem but my problem is that both of the character (when testing) both have the same health bar idk if its cuz my system for health which is not the same as yours or im just dumb to see the problem
How can we take Steam name as a nametag?
What is your pc requirements
Thank you !
Thanks. SLowly concepts are getting clearer and clearer
Now we change text color! Oh! No no no no. P.S. some hard to setup font colors. Foreground color change everything, not only font. Text color its a color in Dropdown, Selected Text color its color in Dropdown but selected. Where is color for main text color?
Awesome work.
thanks u saved me a lot of time i have one question how to change visibility on c++ Edit: TOP->Content->SetVisibility(false);
Bro you accent is soo good ❤
Just watched your ue tutorial from free code champ I was stuck with so much knowledge from channels but when I watched your ue tutorial video I got pretty good idea to create the game thank you so much for that ❤❤ and pls dont stop uploading videos your videos are greate now I am watching your multiplayer tutorials love you bro ❤❤❤
Bro consider mention all the Plugins enabled by default!
There are many which are enabled. Generally if something doesn't work or isn't visible in the editor, you can suspect that there may be a plugin assosiated with it.
is there a way to capture the data you see on screen on a web browser and have unreal engine recognize that data into numbers or percents that unreal can read so I can have it do other things on the browser based off those numbers it receives?
This doesn't work if you don't run it through the game instance.
it would be great if you can do a course like thisbut bluprint based only. Most of us are going to die until we can learn something about C++....
Thank you for this example. Really helped me understand how to use an Event Dispatcher in general. Is it possible to just put the Event directly on the Level blueprint instead of bouncing around from GameInstance/PlayerController ? Or does the Binding have to being on a class object ?
dosnt work in 5.4 .... scame video dont used it fox
i'm using it on 5.5
good work
I want this plugin for uneal engine 5.4! Please.
This plugins is not free.
I am looking to make a text based web browser game similar to something like TORN CITY. Their are no tutorials on how to do this anywhere on youtube. This would be a great opportunity for you to fill the gap. 🙂
Thanks!
DAMN Bro where was u i have been looking for this type of tut for about 2 weeks even youtube has shown me ur video now .Thanks btw please make one for a multiplayer round match where players change thier role
and you will have a lot of problems with shading, will have to bake light and if you have a lot of dynamic lights you probably will lose performance.
Nice vid!
Amazing video! Could we adapt this to open a browser in game? I mean... Like a horror game and you find a computer and you can interact with screen (navigating by google) while you are in game
how do i download this plugin i couldn't find it ?
Do you know a way to link several animated meshes, lights and cameras on the sequencer? In Maya or 3D Max it is call dummy. But I am having seriuos problems to put together an entire scene with multiple metahumans moving inside a moving helicopter with lights around it. I can't find a way to link all the elements into one, to do a master move of the entire scene. If you know, please let ne k now. Thank you!
Straight, clear and fast! Love it, thanks!
Hi, at the second 0:36 how did you make the black area on the background? Maybe is a black fog?
Hi, what if in my case custom 'Player Name' on Main Menu different level? Because after I store variable on Player State when player change Map nothing happen. Thank you in advance
how to change port in this plugins ? my port is 3307 not 3306
make one for 5.1
Bhai iski ek long video banao
Hello
what is the difference between this and the repNotify. thank you<3
RepNotify is for networking, for notifying value updates on other clients. FieldNotify is for variables in the widget and does not expand beyond that.
Excellent ❤🎉
when u break open the style stuct for a dropdown its insane so many options it goes on forever almost as bad as attenuation lmfao
Actually I would suggest, unless you want to change a setting which doesn't have its own setter, just use the corresponding setter. Most will have, some won't. That will prevent u from having to break open the style struct.
yea now this video is useless cause they changed most of the options...
I'm confused on the print screen you were doing. At 5:33, when you had "Is Locally Controllable" as the boolean condition, and you had the server character attack the client, it was printing but not updating. When you changed the condition to "Is Server" the health variable started updating (from serverside). What exactly were we seeing with the "IS Locally Controllable" was the condition? Were we seeing just the instance of the server's character but a local version of it?
None of the plugins available to download, sadly i believe we cannot follow this series anymore :(
Thankyou so much it really helped alot! i was on 12 fps before and now im on 60fps and im not even done with all the settings
Welcome 😁
steambridge is down and when i tried loading older version in UE5 but it did not worked well
i am going for online subsystem steam
I'm using a GTX 1070 8GB VGA, can I use UE5?
Yes most definitely
@@gamiumdev oke thank you
Can I modify the shadows, reduce the graphics of PC games that have DirectX 12 using ue 5
you're a legend, thank you <3
Thank you very much 😁
I love you, sir!
how to build APK from this method