Тёмный

Make Http Request in Unreal Engine!!! 

Quinn Anthony
Подписаться 1,5 тыс.
Просмотров 7 тыс.
50% 1

In this vid I go over how to make an HTTP request using blueprints in Unreal Engine! In the beginning I provide examples of what these request can do for your projects! Hopefully you learn something!
Hit me up for questions...i may not have all the answers but i have a few!
EnJoy and be Free!

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@lacilaci
@lacilaci Год назад
Holy sh!t this is useful!
@quinnanthony
@quinnanthony Год назад
💯💯💯
@indaco1815
@indaco1815 Месяц назад
hey man i'm working on a project and im encountering some issues regarding a json file hosted on my localhost, do you want to help me out?
@quinnanthony
@quinnanthony Месяц назад
@@indaco1815 I can try …my email is quinnanthonymusic@gmail.com
@JDARRASVP
@JDARRASVP 9 месяцев назад
Hello, I make a request with this blueprint. I receive data but I can't do anything with it because it arrives in the form of a large packet: [{"DATA1":120,"DATA2":"DATA3","DATA4":0},{"DATA1":137,"DATA2":"DATA3","DATA4":0}] How to transform this into json in order to be able to exploit them? Thanks for your help JD
@quinnanthony
@quinnanthony 9 месяцев назад
There should be a node that takes a string like you have and changes it to JSON. The node that I’m thinking of is called “To JSON”
@user-en6zr8qf3e
@user-en6zr8qf3e Месяц назад
pls tell me how import 3d model in runtime using http request
@jinliu775
@jinliu775 10 месяцев назад
Super helpful! How do we request the images?
@quinnanthony
@quinnanthony 10 месяцев назад
Use the get request method to request a picture from the api … u can use that free api website to practice
@sinaasadiyan
@sinaasadiyan 5 месяцев назад
Can I stream wav audio using osd client to a localhost ip and port from inside UE?
@quinnanthony
@quinnanthony 5 месяцев назад
Lol that question is above my pay grade!🤣 Hopefully someone from the community can help out
@IstyManame
@IstyManame 4 месяца назад
Can i get a list of folders from google drive with that?
@quinnanthony
@quinnanthony 4 месяца назад
I suppose you could try to make it call out to the google api, if google allows it, which would give you the capabilities of going into, and manipulating your google drive
@ue4learn191
@ue4learn191 Год назад
what about recieving files like mp3.because response is in text format .right?
@quinnanthony
@quinnanthony Год назад
No not mp3s because you r correct ,response is in text format
@3jsjeosn
@3jsjeosn 10 месяцев назад
What if I just want to get lets say a price from a given webpage? so whenever I have a different webpage link with the same structure it gets its price as well?
@quinnanthony
@quinnanthony 10 месяцев назад
There would have to be an api made for that website and as long as it has an api , yes same structure
@3jsjeosn
@3jsjeosn 10 месяцев назад
@@quinnanthony I dont know what an api is😅 I actually bought this plugin yesterday, I put a url, and I can only get a string text, cant get json at all, it always returns nothing, maybe its this api thing, its very nice anyways, I can get the request as a string from unreal http plugin, and turns out I can parse it manually using split string nodes in unreal, I actually achieved what I neede, I feel there is a more cleaner way though, do you think? I was told to do that I would only be able to do it using pythin and beautiful soup to scrape it, but turns out its possible this way, I am not knowledgeable when it comes to this, I would apprexiate it if you can explain to me a bit more and Ill do my research as well. Thank you
@quinnanthony
@quinnanthony 10 месяцев назад
@@3jsjeosn other than the way i showed in the vid idk if im too familiar with another way of doing this cleaner
@Gotham.Public.Library
@Gotham.Public.Library 9 месяцев назад
​@@quinnanthony can I use it to display Stock market prices and place "Buy" or "Sell" options? I'm trying to build an Unreal Engine 5 based stock market investing app. I'm taking the API of Etoro and other brokers to set it up.
@user-no3cf8bx1n
@user-no3cf8bx1n Год назад
Hey! could you please make video on how to use post to send any information
@quinnanthony
@quinnanthony Год назад
I will work on that Thanks for watching!
@FortniteDubs
@FortniteDubs 7 месяцев назад
Does this work with UEFN?
@quinnanthony
@quinnanthony 7 месяцев назад
Haven’t looked at Uefn in a minute…have they implemented blueprints in it because when I was using it they were only allowing things to be done in verse coding language
@FortniteDubs
@FortniteDubs 7 месяцев назад
@@quinnanthony thanks for the quick reply.
@magokeanu
@magokeanu Год назад
your're cool men
@quinnanthony
@quinnanthony Год назад
Thanks!!
@brendamesa2945
@brendamesa2945 6 месяцев назад
It works for 5.2?
@quinnanthony
@quinnanthony 6 месяцев назад
Yes
@vaibhavdevadiga9807
@vaibhavdevadiga9807 Год назад
is there any git repo of this project, so that we can refer other blueprints?
@quinnanthony
@quinnanthony Год назад
no i did not set up a git hub for this project but i can try to answer questions if you have them
@vaibhavdevadiga9807
@vaibhavdevadiga9807 Год назад
@@quinnanthony yes please. since this is a paid plugin. I did not access it. But there is a new free inbuilt plugin available in unreal, in plugin section knows as HttpBlueprint (Experimental). Can you please let me know on how to make (eg. 2.17 where in my case, me asking a question and getting the info back using rest API.) If you make that concept with the help of this free plugin (HttpBlueprint (Experimental)) it would be much of a help. Thanks.
@ue4learn191
@ue4learn191 Год назад
it is not free man. it is not.
@lozn00
@lozn00 Год назад
I WANT DEVELP ,I WILL ONLY 1$ or0.5$
@brendamesa2945
@brendamesa2945 5 месяцев назад
How can I send a post from a form?
@quinnanthony
@quinnanthony Месяц назад
@@brendamesa2945 what kind of form?
@contentfreeGPT5-py6uv
@contentfreeGPT5-py6uv Год назад
Plz demo plz, i buy your products, also i chat with chat gpt without plugins or autogpt locally service?
@quinnanthony
@quinnanthony Год назад
all of that is possible with the correct api calls ! I found this on the unreal engine market place for free and it def changes the game!
@letmewin5743
@letmewin5743 Год назад
what version UE are you using?
@quinnanthony
@quinnanthony Год назад
UE 5.1
@lemon3335
@lemon3335 10 месяцев назад
Can it receive real-time Server-Sent Events (SSE) streams from the Server?
@quinnanthony
@quinnanthony 10 месяцев назад
good question! I did not explore that part I am unsure if it has the capability to receive SSE
@lozn00
@lozn00 Год назад
NEED 4 $😭
@quinnanthony
@quinnanthony Год назад
whats ur cashapp
Далее
Learning Unreal Engine in One Month to make a Game!
15:25
IT'S MY LIFE + WATER  #drumcover
00:14
Просмотров 22 млн
3 Hours vs. 3 Years of Blender
17:44
Просмотров 4,8 млн
MMO Architecture overview with Unreal Engine
12:04
Просмотров 10 тыс.
How I Made a 3D Platformer in 2D Game Engine
21:23
Просмотров 484 тыс.
Unreal Engine - API Calls VaRest
11:58
Просмотров 16 тыс.
10 Unreal Engine 5 PLUGINS I can't live without!
9:37
Просмотров 532 тыс.