Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
Enum representing the different interpolation speeds that can be used when assigning new LookAt targets
| Name | EMassLookAtInterpolationSpeed |
| Type | enum |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/MassLookAtTypes.h |
| Include Path | #include "MassLookAtTypes.h" |
Syntax
enum EMassLookAtInterpolationSpeed
{
Instant,
Fast,
Regular,
Slow,
Custom,
}
Values
| Name | Remarks |
|---|---|
| Instant | |
| Fast | |
| Regular | |
| Slow | |
| Custom |