FBlackboardDataToComponentsIterator

Iterator for traversing all [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) instances associated with this blackboard data asset.

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "AISystem.h"

Syntax

struct FBlackboardDataToComponentsIterator

Remarks

Iterator for traversing all UBlackboardComponent instances associated with this blackboard data asset. This is a forward only iterator.

Constructors

Name Description

Public function

FBlackboardDataToComponentsIterator

(
    FBlackboardDataToComponentsMap& Bl...,
    UBlackboardData* BlackboardAss...
)

Functions

Name Description

Public function Const

UBlackboardD...

 

Key()

Public function Const

UBlackboardC...

 

Value()

Operators

Name Description

Public function Const

 

operator bool()

Public function Const

bool

 

operator!()

Public function

FBlackboardD...

 

operator++()

Public function

FBlackboardD...

 

operator++

(
    int
)

Constants

Name

Description

InlineSize

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