MoveComponent

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

MoveComponent

(
    const FVector& Delta,
    const FQuat& NewRotation,
    bool bSweep,
    FHitResult* Hit,
    EMoveComponentFlags MoveFlags,
    ETeleportType Teleport
)

Tries to move the component by a movement vector (Delta) and sets rotation to NewRotation.

Public function

bool

 

MoveComponent

(
    const FVector& Delta,
    const FRotator& NewRotation,
    bool bSweep,
    FHitResult* Hit,
    EMoveComponentFlags MoveFlags,
    ETeleportType Teleport
)

Tries to move the component by a movement vector (Delta) and sets rotation to NewRotation.

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