BlzFans / FlutterUnreal

Flutter + Unreal
BSD 3-Clause "New" or "Revised" License
65 stars 11 forks source link

UE5.4 Build missing imports #4

Open Hesham74 opened 2 months ago

Hesham74 commented 2 months ago

Hi dear,

I hope you're doing well! 😊

I’ve been working on building the project in Unreal Engine 5.4.4, and I wanted to take a moment to commend you for the fantastic work you've done so far, it's been a pleasure to dive into it!

During the process, I came across a couple of missing imports in the following files:

UnrealDemo\Plugins\FlutterUnreal\Source\Private\FlutterTextInput.h UnrealDemo\Plugins\FlutterUnreal\Source\Private\FlutterMessage.h It seems the missing import is:

include "ThirdParty/flutter_engine/flutter_embedder.h"

thanks in advance for this plugin i think it will help the industry in the future.

BlzFans commented 2 months ago

Thank you, I have already made the changes according to your suggestions.