|
Open 3D Engine GridMate API Reference
2205.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <ReplicaTaskManager.h>
Public Member Functions | |
| ReplicaTaskManager (AZ::PoolAllocator *allocator) | |
| template<class T , class ... Args> | |
| T * | Add (Args &&... args) |
| void | Clear () |
| void | UpdatePriority (ReplicaTask *task) |
| void | Run (ReplicaManager *replicaMgr) |
ReplicaTaskManager manages queue of replica tasks. Tasks execution order is based task priority policy. The amount of tasks executed
1.8.17