We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e1aec commit bc47382Copy full SHA for bc47382
Source/Immutable/Private/Immutable/ImtblBlui.cpp
@@ -93,7 +93,11 @@ void UImtblBlui::Init()
93
BluEye->bEnabled = true;
94
IMTBL_LOG("Events subscribed")
95
96
- BluEye->Init();
+ if (!BluEye->Init())
97
+ {
98
+ IMTBL_ERR("BluEye is not initialised")
99
+ return;
100
+ }
101
IMTBL_LOG("BluEye Initialised")
102
103
// We're attempting to replicate the process that Unreal's WebBrowser
Source/Immutable/Public/Immutable/ImmutableDataTypes.h
@@ -100,7 +100,7 @@ struct FImtblUserProfile
};
USTRUCT()
-struct FImmutablePassportZkEvmRequestAccountsData
+struct IMMUTABLE_API FImmutablePassportZkEvmRequestAccountsData
104
{
105
GENERATED_BODY()
106
0 commit comments