proletariatgames / unreal.hx

Unreal.hx: Haxe Integration for Unreal
MIT License
424 stars 43 forks source link

HUD-Related Missing Externs? #70

Closed jrgalim closed 7 years ago

jrgalim commented 7 years ago

Hello, I'm porting the FPS HUD to Haxe, and have run into a few issues:

Should I be approaching HUD rendering another way?

waneck commented 7 years ago

These functions were not autogenerated because they are not UFUNCTIONs on C++. You can still use them - but you have to manually write extra externs. You can read about the _Extra.hx externs at https://github.com/proletariatgames/unreal.hx/wiki/Extern-definitions , and you can have a look at some of the externs we've already got at Haxe/Externs/Common . Feel free to submit them as a PR once you've got them right.

waneck commented 7 years ago

I'm closing this - but feel free to reopen if you think there's an issue