UAISystem::CreateBlackboardDataToComponentsIterator

Creates a forward only iterator for that will iterate all [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) instances that reference the specified BlackboardAsset and it's parents.

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

FBlackboardDataToComponentsIterator CreateBlackboardDataToComponentsIterator
(
    class UBlackboardData & BlackboardAsset
)

Remarks

Creates a forward only iterator for that will iterate all UBlackboardComponent instances that reference the specified BlackboardAsset and it's parents.

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