Allows the game to set new values for the maximum active workers for the job manager This may be changed anytime once the sound engine was initialized. This function may only be used if a worker function has been set via AkJobMgrSettings.
- 返回
AK_InvalidParameter
in_jobType is not a valid jobtype, or in_uNewMaxActiveWorkers is not greater than 0
AK_NotInitialized
JobMgr system was not already initialized with a function to request for workers
AK_Success
if successful
- 参数
-
in_jobType | JobType to set new uMaxActiveWorkers for |
in_uNewMaxActiveWorkers | New maximum number of active workers will request |