MoveUpdatedComponent

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

MoveUpdatedComponent

(
    const FVector& Delta,
    const FQuat& NewRotation,
    bool bSweep,
    FHitResult* OutHit,
    ETeleportType Teleport
)

Moves our UpdatedComponent by the given Delta, and sets rotation to NewRotation.

Public function

bool

 

MoveUpdatedComponent

(
    const FVector& Delta,
    const FRotator& NewRotation,
    bool bSweep,
    FHitResult* OutHit,
    ETeleportType Teleport
)

Moves our UpdatedComponent by the given 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