Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | IBlackboardAssetProvider |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardAssetProvider.h |
| Include Path | #include "BehaviorTree/BlackboardAssetProvider.h" |
Syntax
class IBlackboardAssetProvider
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FBlackboardOwnerChanged | TMulticastDelegate_TwoParams< void, UObject *, UBlackboardData * > | Delegate to be called by class implementing IBlackboardAssetProvider when the property containing the returned BlackboardData is changed (i.e. on PostEditChangeProperty). | BehaviorTree/BlackboardAssetProvider.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnBlackboardOwnerChanged | FBlackboardOwnerChanged | BehaviorTree/BlackboardAssetProvider.h |