Explorar el Código

fix: 修改说明图片

NiceTry12138 hace 5 meses
padre
commit
65288d6320
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. BIN
      UE5/AI/Image/004.png
  2. 0 2
      UE5/AI/README.md

BIN
UE5/AI/Image/004.png


+ 0 - 2
UE5/AI/README.md

@@ -268,8 +268,6 @@ UBTNode* UBTNode::GetNodeInstance(const UBehaviorTreeComponent& OwnerComp, uint8
 
 ![](Image/004.png)
 
-> 上图有一个问题,根据 bCreateNodeInstance 创建 BTNode 是根据 BTManager 中拷贝的 行为树,而不是 Asset 中的行为树
-
 综上所述,代码的执行顺序大致如下
 
 1. 通过 `BTManager->LoadTree` 将 `UBehaviorTree` 从 Asset 拷贝到 `LoadedTemplateds` 数组中