Line trace now occurs on tick, and draws a normal direction of the trace hit.
This commit is contained in:
Binary file not shown.
@@ -10,7 +10,7 @@
|
||||
|
||||
ABugPlacerPawn::ABugPlacerPawn()
|
||||
{
|
||||
this->PrimaryActorTick.bCanEverTick = false;
|
||||
this->PrimaryActorTick.bCanEverTick = true;
|
||||
|
||||
this->SphereComponent = CreateDefaultSubobject<USphereComponent>("SphereCollision");
|
||||
this->SphereComponent->SetCollisionProfileName(UCollisionProfile::Pawn_ProfileName);
|
||||
|
||||
Reference in New Issue
Block a user