Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FPerceptionChannelAllowList
| Name | FConstIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Perception/AIPerceptionTypes.h |
| Include Path | #include "Perception/AIPerceptionTypes.h" |
Syntax
struct FConstIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstIterator
(
const FPerceptionChannelAllowList& InAllowList |
Perception/AIPerceptionTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllowList | const FPerceptionChannelAllowList & | Perception/AIPerceptionTypes.h | ||
| CurrentIndex | int32 | Perception/AIPerceptionTypes.h | ||
| RemainingChannelsToTest | FFlagsContainer | Perception/AIPerceptionTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FindNextAcceptedChannel() |
Perception/AIPerceptionTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Perception/AIPerceptionTypes.h | ||
int32 operator*() |
Perception/AIPerceptionTypes.h | ||
void operator++() |
Perception/AIPerceptionTypes.h |