I’ve been experimenting with widgets and UMG lately, wanting to start small on the programming side of things. I was hoping I’d be able to get some tips / help with creating a similar system to that featured in the game HOUSE ABANDON by NoCode. I do however want to maintain the ability to leave the screen and move about.
The specific feature I’m concerned about is focusing the camera on the widget. I want to be able to walk up to it press a key, so say “E”, do the interactions and be able to leave with say, “Esc”. I understand that its complex, however, I do want to learn and get better at BP.
Thanks for this, I’ll give this a go later and see what results I get. I’ll keep this question updated with my progress, hopefully anyone else with a similar desire for an in-game computer can learn/contribute here as well.
The specific feature I’m concerned
about is focusing the camera on the
widget. I want to be able to walk up
to it press a key, so say “E”, do the
interactions and be able to leave with
say, “Esc”. I understand that its
complex, however, I do want to learn
and get better at BP.
when the Linetrace hits the terminal, we take away control from the Player Controller and focus on the Widget hosted by the terminal’s Widget Component
The article is pretty descriptive, actually. So what are you really asking?
The Answer Hub revolves around specific questions. If you need an entire working system, you’re better off paying someone to design it. The forums have a section for that.
Otherwise it’s hours of work, days maybe.
[…]some things have been left out.
Is there a specific feature / element that you’re having an issue with?
Text Printing letter by letter has been done a couple of times here. I could try to dig that up. Finding your own post is a hassle at times Is this one of the features you’re after?
Thank you very much for this! This is pretty much exactly what I was after!. I’ll see how much further I can push it on my own and report back what I’ve learned, hopefully being able to help others as well. Thanks again!!!