Hi guys and girls,
In short all i want to do is pick up objects, i’ve tried looking at the content examples but i cant find the relevant blueprints,
Any help appreciated.
Hi guys and girls,
In short all i want to do is pick up objects, i’ve tried looking at the content examples but i cant find the relevant blueprints,
Any help appreciated.
Hello,
have a look on : 1.1 - HUD Example | Unreal Engine Documentation and 2.5 - Child Blueprints | Unreal Engine Documentation. you can find some infos on youtube too with tesla dev hunger system for example : http://www.youtube.com/watch?v=QakXNYN5xlQ or from wiki : A new, community-hosted Unreal Engine Wiki - Announcements and Releases - Unreal Engine Forums2-_Blueprint_Pickup
Define “Pick up objects”.
Are you moving a character to an in-game actor and interacting with it? How? By walking over it? Pressing a button?
What happens when you “Pick up an object”? Are you literally just moving the object so it is in the hands of your character? Is it locked to your character? Can you put it down?
Does the object disappear and appear in an inventory system?
Does the object disappear and apply an effect to the character?
I think many of these questions need to be addressed before moving on.