vault backup: 2024-06-06 11:05:03
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user