My output is not showing any Logs about aimming

My Aim logs are not getting output after tutorial no 191 please help me i tried all the ways there is no error in the code and i tried another output outside the If condition it is logging out but not the aiming at log and aim as log please help me

What do you see if you enable the debug trace?

bool bHaveAimSolution = UGameplayStatics::SuggestProjectileVelocity
(
	this,
	OutLaunchVelocity,
	StartLocation,
	HitLocation,
	LaunchSpeed,
    false,
    0.f,
    0.f,
    ESuggestProjVelocityTraceOption::DoNotTrace,
    FCollisionResponseParams::DefaultResponseParam,
    TArray<AActor*>(),
    true
);

Privacy & Terms