2024-06-05 17:37:56 +08:00
|
|
|
|
# 启动逻辑
|
2024-06-06 10:09:35 +08:00
|
|
|
|
1. ULiveDirectorGameInstance::ParseCommandLine():解析DirectorMode、PGMMode字符串并设置。
|
|
|
|
|
2. SetDirectorModeStr()
|
|
|
|
|
3. SetDirectorMode()
|
|
|
|
|
4. 调用蓝图事件OnDirectorModeChanged()
|
|
|
|
|
|
|
|
|
|
TsLiveDirectorGameInstance extends UE.LiveDirectorGameInstance
|
|
|
|
|
|
|
|
|
|
TsDirectorCamManagerActor.ts
|