技术细节
该蓝图通过事件中的包装功能运用委托来工作,并通过线程来触发。
为了保护数据以及确保线程触发后能达到其目的,一个静态互斥锁保护会被使用。
网络重复性:不会直接重复但受操作的数据可以通过标准的重复机制得到重复。
Number of blueprint nodes: 8
This blueprint works by wrapping functionality in events using delegates and firing them from the threads.
For protection for data and to ensure threads are fired in the order to which they were called, a static mutex guard is used.
Network replicated: Not directly but data manipulated can be replicated using the typical replication systems. 、
Tested and Working:
• Win32
• Win64
• Mac
• Linux
• Android
• iOS
• HTML5
应该能工作于:
所有能支持的虚幻引擎平台,我在自己的房屋线程类中应用了所有他们的线程,不过到17年1月23日为止我还没测试完以上这个线程。 Expected to work:
• All supported Unreal Engine platforms since I make use of their in house threading class but this has not been fully tested as of 23/01/2017
Future Development:
Utilize more concurrency features to increase thread control and thread safety. 下载地址: