EMoveComponentAction::Type

Enum used to indicate desired behavior for MoveComponentTo latent function.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss