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" |
Syntax
struct FBlackboardDataToComponentsIterator
Remarks
Iterator for traversing all UBlackboardComponent instances associated with this blackboard data asset. This is a forward only iterator.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlackboardDataToComponentsIterator
(
FBlackboardDataToComponentsMap& BlackboardDataToComponentsMap, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UBlackboardData * | Key () |
||
| UBlackboardComponent * | Value () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator! () |
||
| FBlackboardDataToComponentsIterator & | operator++ () |
||
| FBlackboardDataToComponentsIterator | operator++
(
int |
Constants
| Name | Description |
|---|---|
| InlineSize |