Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Perception
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Perception/AIPerceptionTypes.h |
| Include | #include "Perception/AIPerceptionTypes.h" |
Syntax
struct FPerceptionChannelAllowList
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFlagsContainer | AcceptedChannelsMask |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| By default accept all |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPerceptionChannelAllowList & | AcceptChannel
(
FAISenseID Channel |
||
| void | Clear () |
||
| FPerceptionChannelAllowList & | FilterOutChannel
(
FAISenseID Channel |
||
| FFlagsContainer | |||
| bool | IsEmpty () |
||
| FPerceptionChannelAllowList & | MergeFilterIn
(
const FPerceptionChannelAllowList& OtherFilter |
||
| bool | ShouldRespondToChannel
(
FAISenseID Channel |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FConstIterator |
Typedefs
| Name | Description |
|---|---|
| FFlagsContainer |