UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EMoveComponentAction Namespace Reference

Enumerations

enum  Type : int { Move , Stop , Return }
 

Detailed Description

Enum used to indicate desired behavior for MoveComponentTo latent function.

Enumeration Type Documentation

◆ Type

Enumerator
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.