Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UInterpToMovementComponent
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category=Behaviour)
bool bSweep
Remarks
If true, will sweep for blocking collision during movement. If false, it will simply teleport to the next position and ignore collision.