PDA

View Full Version : UDK能不能调用Objective-c 的代码?



wolf880805
06-15-2011, 04:19 AM
如题如果可以的话怎么做。
谢谢!

vegelate
07-12-2011, 04:55 PM
http://udn.epicgames.com/Three/DLLBind.html

vegelate
07-12-2011, 04:57 PM
Unreal Script 可以调用 dll 中的函数,参考
http://udn.epicgames.com/Three/DLLBind.html

如果 Objective-c 可以编译成 dll,应该是可行的。