We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HaxeProject could not be compiled,Try rebuilding from source manually?
my unreal version is 5.0.3 is that right? or 5.0? and windows 11.
from your tutorial
1. install custom haxe version Haxe Compiler 4.3.0-rc.1 and then install hxcpp and hscript git version. 3. UpdateExternsInSampleProject.bat && cd SampleProject\Haxe\HaxeStaticLib\ && haxe .\compile.hxml 4. cd SampleProject\Haxe\ && haxe .\compile.hxml 5. click HaxeProject.uproject then click ok..
what's wrong of my step?
The text was updated successfully, but these errors were encountered:
HaxeOutput\src\reflective\game\MyActorReflective.cpp(37): error C2664: 'void reflective::ue::ActorReflective_obj::__construct(AActor *)': cannot convert argument 1 from 'Dynamic' to 'AActor *' ActorReflective.cpp(34): error C2664: 'void reflective::ue::ObjectReflective_obj::__construct(UObject *)': cannot convert argument 1 from 'Dynamic' to 'UObject *'
here is log
HaxeProject.log
Sorry, something went wrong.
No branches or pull requests
HaxeProject could not be compiled,Try rebuilding from source manually?
my unreal version is 5.0.3 is that right? or 5.0? and windows 11.
from your tutorial
what's wrong of my step?
The text was updated successfully, but these errors were encountered: