Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
Include |
#include "Kismet/KismetSystemLibrary.h" |
namespace EMoveComponentAction
{
enum Type
{
Move,
Stop,
Return,
}
}
Name |
Description |
---|---|
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. |
Enum used to indicate desired behavior for MoveComponentTo latent function.