Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
Different gaze modes applied on top of the look at mode.
| Name | EMassLookAtGazeMode |
| Type | enum |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/MassLookAtFragments.h |
| Include Path | #include "MassLookAtFragments.h" |
Syntax
enum EMassLookAtGazeMode
{
None,
Constant,
Glance,
}
Values
| Name | Remarks |
|---|---|
| None | No gazing |
| Constant | Look constantly in gaze direction until next gaze target is picked. |
| Glance | Quick look at gaze target, ease in back to main look direction. |