Navigation
API > API/Runtime > API/Runtime/Engine
Enum used to indicate desired behavior for MoveComponentTo latent function.
| Name | EMoveComponentAction::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include Path | #include "Kismet/KismetSystemLibrary.h" |
Syntax
namespace EMoveComponentAction
{
enum Type
{
Move,
Stop,
Return,
}
}
Values
| Name | Remarks |
|---|---|
| Move | Move to target over specified time. |
| Stop | If currently moving, stop. |
| Return | If currently moving, return to where you started, over the time elapsed so far. |