最近项目打包时遇到一个非常奇怪的错误:
1 2
| // package log Ensure condition failed: ObservedKeyNames.Num() > 0 [File:D:\Build\++UE4+Release-4.18+Compile\Sync\Engine\Source\Runtime\AIModule\Private\BehaviorTree\Decorators\BTDecorator_BlueprintBase.cpp] [Line: 67]
|

我调试了一下UE4的代码,分析了一下原因和解决过程。