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