Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UAISystem
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/AISystem.h |
| Include | #include "AISystem.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/AISystem.cpp |
void UnregisterBlackboardComponent
&40;
class UBlackboardData & BlackboardAsset,
class UBlackboardComponent & BlackboardComp
&41;
Remarks
Unregisters a UBlackboardComponent instance with this blackboard data asset. This should be called before the component has been uninitialized (i.e. UninitializeComponent).