Getting wrong aim as values

I am getting wrong output in the aim as values in log

It’s not error…

UE_LOG(LogTemp, Error, TEXT("......"));
You are using Error in LOG statment here so it should be displayed in that expression.

Just replace to Warning or Display
UE_LOG(LogTemp, Warning , TEXT("......"));

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.