UMG UI Inventory: Intro to UMG & Player Condition Setup | 03 | v4.8 Tutorial Series | Unreal Engine

  Рет қаралды 63,373

Unreal Engine

Unreal Engine

Күн бұрын

Пікірлер: 48
@RationalAxis
@RationalAxis 9 жыл бұрын
Great series, thank you! I love that you guys are updating all of these for 4.8
@Stray0
@Stray0 8 жыл бұрын
As you said "Hold 'B' and Left-Click", you got me to try this for every single letter. XD
@MirrorsEdgeGamer01
@MirrorsEdgeGamer01 7 жыл бұрын
and P and Left-Click for EventBeginPlay
@sydneyolsen4075
@sydneyolsen4075 4 жыл бұрын
I'm following along with this tutorial, however none of the bars are decreasing; they all stay full of gray. When they are unbound, they display whatever percent is set under the right hand progress menu, but do not change when they are bound to their respective variables. I have followed the tutorial through several times and am sure I copied the blueprints correctly; what might be causing this issue? Is it just the difference in how the newest version of unreal handles it? Do you have any recommendations for how to solve?
@techno2776
@techno2776 3 жыл бұрын
Hello, did you find a solution?
@flaviomauri
@flaviomauri 4 жыл бұрын
I really don't understand why my Health Bar is not updating. I've followed both this and the basic tutorial in the Learn Unreal section of the website and the bar doesn't change. The value is updating (I'm outputting a string to screen)
@techno2776
@techno2776 3 жыл бұрын
Did u find a solution?
@flaviomauri
@flaviomauri 3 жыл бұрын
@@techno2776 unfortunately I haven't worked on the project anymore so I don't think I ever resolved it, I would have to run it to be sure.
@techno2776
@techno2776 3 жыл бұрын
@@flaviomauri Okay:) I solved it with an other tutorial.
@flaviomauri
@flaviomauri 3 жыл бұрын
@@techno2776 can you link it? :D
@techno2776
@techno2776 3 жыл бұрын
@@flaviomauri kzbin.info/www/bejne/l3XGiaWCeNSqoaM
@Martin14914
@Martin14914 9 жыл бұрын
One question! Im using a c++ character my character in the header file has UFUNCTION(Blueprintable) I have a health variable with UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Stats"). Im able to reference my character and when i bind character reference i get the subproperties shown in the video BUT i can't get any properties(variables). Any ideas what im doing wrong?
@MirrorsEdgeGamer01
@MirrorsEdgeGamer01 7 жыл бұрын
Make sure your blueprint character is derived child of the C++ character by right clicking on the c++ character and right click and say create child blueprint. Also make sure the UPROPERTY is under a 'public' section of the header.
@gamepowners88
@gamepowners88 8 жыл бұрын
if you want to make it so you cant jump when you run out of energy get variable energy, then float
@ethanbergendahl5566
@ethanbergendahl5566 8 жыл бұрын
Rick can you be a bit clearer I'm not getting it
@gamepowners88
@gamepowners88 8 жыл бұрын
i dont remember alot, but get the viarable that uses your energy. and when that "float" is lower or equal to 0 then disable the ability to jump. i havent used ue since i wouldnt e aple to help any further
@ethanbergendahl5566
@ethanbergendahl5566 8 жыл бұрын
Rick ok thanks anyway
@Tiogar60
@Tiogar60 7 жыл бұрын
What he tries to say is: 1: Get the reference to the energy value and place it in the graph. 2: Place a float
@ZcheKremix
@ZcheKremix 7 жыл бұрын
That helped me thanks
@makeitunreal6057
@makeitunreal6057 2 жыл бұрын
How does this inventory system work for equiping meshes like swords?
@daryl0063
@daryl0063 8 жыл бұрын
I have to create my own binding and cast to the player then get health get max health then divide them and link it to the output node. The way he does it doesn't work in 4.10
@flaviomauri
@flaviomauri 4 жыл бұрын
First thing that comes to mind when you set the decrease energy is: how easy is to access/set these values from a file, it would be a pain to manually set each value instead that having a config file
@Larry8b
@Larry8b 8 жыл бұрын
You forgot to set inability to jump if energy reaches zero :)
@ogradus
@ogradus 4 жыл бұрын
Isn't putting the HUD on the character a no-no? I seen use the player controller. Where do you think the best place to put the HUD is? I know this is an older video, but is there a common convention?
@testteaster7290
@testteaster7290 7 жыл бұрын
i'm using a base class character but the hud does not transfer to the children of the base class, any ideas ?
@ezetreezy
@ezetreezy 8 жыл бұрын
So UMG doesnt support 3D rotation along the Z axis? Similar to the UI in unity? For example in games like deadspace, adri1ft, the division? still great tutorial series!
@MrChristoffer5700
@MrChristoffer5700 8 жыл бұрын
It does just create a 3D Widget instead and place it the way you want
@GromZadira
@GromZadira 9 жыл бұрын
Thank you for subtitles!!
@miragegrc
@miragegrc 8 жыл бұрын
i cant remember where but i have read that this kind of bind runs something like tick event and we should make a bind to update only when we want anyone here knows if this is true ?
@views-mt1pw
@views-mt1pw 9 жыл бұрын
awesome!!!
@BiasedGamerV
@BiasedGamerV 7 жыл бұрын
Works for Version 4.15 4/14/17
@ika677
@ika677 6 жыл бұрын
keep trying buddy, i know it's hard
@rifat.ahammed
@rifat.ahammed 2 жыл бұрын
Thank You
@SamsTheBams
@SamsTheBams 8 жыл бұрын
I just have to get this out of my system sorry: HEALTH IS REEEEEDDD IN ALLL GAAMMESS EVVEAAARRRRHHGRHGGHGHRG!
@holster7361
@holster7361 7 жыл бұрын
Gta 4
@playlistcollector6543
@playlistcollector6543 7 жыл бұрын
hmm no it's not...
@ke9n
@ke9n 6 жыл бұрын
I made mine purple.
@Gabriel-dg1xx
@Gabriel-dg1xx 3 жыл бұрын
Cast to FirstPersonCharacter no longer exist. Hey Unreal, Update your video !
@traygaming8748
@traygaming8748 2 жыл бұрын
yes it dose you have to be using the first person templet
@holster7361
@holster7361 7 жыл бұрын
BEFORE I FORGET
@plagues90
@plagues90 4 жыл бұрын
Why my UI doesn't show ;((
@FirstLast-hs5op
@FirstLast-hs5op 6 жыл бұрын
This guy takes an hour to get into something, UI elements aren't that hard just get into the damn thing.
@pualgror7083
@pualgror7083 4 жыл бұрын
blue for mood is fine...
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Why Unreal Engine 5.5 is a BIG Deal
12:11
Unreal Sensei
Рет қаралды 1,5 МЛН
I Remade Star Wars VFX in a Week
10:39
ErikDoesVFX
Рет қаралды 1,6 МЛН
Why Solo Developers Should Use Unreal
9:51
Thomas Brush
Рет қаралды 452 М.
Blender is Changing Animation Forever
11:11
Smeaf
Рет қаралды 198 М.
EA Won’t Sell This Game - So I Hacked It
18:31
Nathan Baggs
Рет қаралды 303 М.
I Scraped the Entire Steam Catalog, Here’s the Data
11:29
Newbie Indie Game Dev
Рет қаралды 501 М.
UE4 Tutorial: Character Health Bar UI Using C++
22:01
_benui
Рет қаралды 15 М.
Unreal Engine 4 UI: C++ & Blueprints UMG Workflow Tutorial
14:15