doc: 将CharacterControl模块的文档部分转化为中文

This commit is contained in:
meishibiezb
2026-06-06 04:57:13 +08:00
parent a8bdf281ff
commit b64cf33f6c
13 changed files with 39 additions and 39 deletions

View File

@@ -7,13 +7,13 @@
- **模块**: CharacterControl
## 功能概述
Bridge object exposing endpoint delegates to Blueprint. Holds OnStateChanged and OnCommandOutput delegates, plus CurrentState. Provides NotifyStateChanged/OutputCommand wrapper UFUNCTIONs for Blueprint callers.
向蓝图公开端点委托的桥接对象。持有 OnStateChanged OnCommandOutput 委托,以及 CurrentState。为蓝图调用者提供 NotifyStateChanged/OutputCommand 包装 UFUNCTION
## 设计用意
Glue between C++ delegates and Blueprint VM. Blueprint endpoint implementations return this via GetEndpointDispatcher_BP. The ICommandEndpoint default C++ implementations all route through this dispatcher.
C++ 委托与蓝图虚拟机之间的粘合剂。蓝图端点实现通过 GetEndpointDispatcher_BP 返回此对象。ICommandEndpoint 的默认 C++ 实现均通过此调度器进行路由。
## 职责范围
Delegate bridge for Blueprint endpoints. Broadcasts state changes and command output to C++ observers. Does NOT implement endpoint logic.
D蓝图端点的委托桥接。向 C++ 观察者广播状态变更和命令输出。不实现端点逻辑。
## 项目内依赖
| 依赖项 | 关系 | 源文件 |