MoveUpdatedComponent

Overload list

Choose your operating system:

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.