vault backup: 2024-06-06 11:05:03
This commit is contained in:
parent
430f36fc54
commit
0ffc3809fa
@ -16,4 +16,8 @@ docker run -d --restart unless-stopped \
|
||||
blueroses/perforce-helix-p4d:2024.5
|
||||
```
|
||||
|
||||
## VPN
|
||||
- https://115.236.67.234:8443
|
||||
- https://secloud1.ruijie.com.cn/SSLVPNClient
|
||||
|
||||
# 文件共享
|
||||
|
@ -2,6 +2,19 @@
|
||||
继承关系:BP_XXX_Base -> BP_Idol_Base -> TsIdolActor -> AVCharacter -> ACharacter 。
|
||||
主要逻辑位于TsIdolActor中,文件路径为`Script/LiveDirector/Character/TsIdolActor.ts`
|
||||
|
||||
# 添加新角色流程笔记
|
||||
1. 添加一个Idol.xxx标签。
|
||||
|
||||
## 含有标签的文件
|
||||
1. Ts_HandHelodCamUI.tsx
|
||||
2. TsCharacterItem.ts
|
||||
3. TsCharacterMocapViewTmp.ts
|
||||
4. TsPropMocapItemTmp.ts
|
||||
5. TsDirectorConsoleCommandHandler.ts
|
||||
6. TsSpawnPointSettingItem.ts
|
||||
7. TsIdolPropManagerComponent.ts
|
||||
8. TsSimpleLevelManager.ts
|
||||
9. CameraDebug.cpp
|
||||
# AVCharacter
|
||||
主要实现了`virtual void OnRep_AttachmentReplication() override;`,声明了若干BlueprintNativeEvent:
|
||||
- bool CanSyncRelativeTransform();
|
||||
|
Loading…
x
Reference in New Issue
Block a user