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 RegisterBlackboardComponent
&40;
class UBlackboardData & BlackboardAsset,
class UBlackboardComponent & BlackboardComp
&41;
Remarks
Registers a UBlackboardComponent instance with this blackboard data asset. This will also register the component for each parent UBlackboardData asset. This should be called after the component has been initialized (i.e. InitializeComponent). The user is responsible for calling UnregisterBlackboardComponent (i.e. UninitializeComponent).