Skip to content

Instantly share code, notes, and snippets.

View See1Studios's full-sized avatar
🍒
Refresh

Jongwoo Park See1Studios

🍒
Refresh
View GitHub Profile
@See1Studios
See1Studios / WebImageDownloader.cpp
Created November 20, 2020 07:15 — forked from emrahgunduz/WebImageDownloader.cpp
Web Image Downloader For Unreal Engine 4 -- Do not forget to change the include and API key in your own classs, if you simply copy-pasting this.
// (c) 2016 Markakod
#include "HitMe.h"
#include "WebImageDownloader.h"
UWebImageDownloader* UWebImageDownloader::GetWebImageDownloader(FString WebImageName, FString URL, bool& IsValid)
{
IsValid = false;
UWebImageDownloader *Object = NewObject<UWebImageDownloader>();
@See1Studios
See1Studios / WebImageDownloader.cpp
Created November 20, 2020 07:15 — forked from emrahgunduz/WebImageDownloader.cpp
Web Image Downloader For Unreal Engine 4 -- Do not forget to change the include and API key in your own classs, if you simply copy-pasting this.
// (c) 2016 Markakod
#include "HitMe.h"
#include "WebImageDownloader.h"
UWebImageDownloader* UWebImageDownloader::GetWebImageDownloader(FString WebImageName, FString URL, bool& IsValid)
{
IsValid = false;
UWebImageDownloader *Object = NewObject<UWebImageDownloader>();
{"version":"0.9","url":"http://google.com"}