EMoveComponentAction::Type

Enum used to indicate desired behavior for MoveComponentTo latent function.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Syntax

namespace EMoveComponentAction
{
    enum Type
    {
        Move,
        Stop,
        Return,
    }
}

Values

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.

Remarks

Enum used to indicate desired behavior for MoveComponentTo latent function.