From 214dcfc8b8930236424bc85b4c17144163a310db Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Tue, 19 Dec 2023 07:54:16 +0800 Subject: [PATCH] feat: remove the call to load URL. need to manually set load URL with delay in blueprints --- Source/Blu/Private/BluEye.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Blu/Private/BluEye.cpp b/Source/Blu/Private/BluEye.cpp index 251a381..1d392da 100644 --- a/Source/Blu/Private/BluEye.cpp +++ b/Source/Blu/Private/BluEye.cpp @@ -323,8 +323,6 @@ void UBluEye::LoadURLWithHeaders(const FString& newURL, TMap h headerMap.insert(std::make_pair(CefKey, CefValue)); } - Browser->GetMainFrame()->LoadURL(*FinalUrl); - request->SetHeaderMap(headerMap); /*