UAISystem::UnregisterBlackboardComponent

Unregisters a [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) instance with this blackboard data asset.

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/AISystem.h

Include

#include "AISystem.h"

Source

/Engine/Source/Runtime/AIModule/Private/AISystem.cpp

Syntax

void UnregisterBlackboardComponent
(
    class UBlackboardData & BlackboardAsset,
    class UBlackboardComponent & BlackboardComp
)

Remarks

Unregisters a UBlackboardComponent instance with this blackboard data asset. This should be called before the component has been uninitialized (i.e. UninitializeComponent).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss