Sooo i have this error in my code (again lol)

soooo when i compile in ue it seas i have an error but when i go to visual studios i dont see the problem

here is the ue failed compile

and heres my visual studio when i click the link

can someone help??

Line 40 you need a space between out and HitLocation. You’ll also want to make sure that out uses the correct case upper/lower for its spelling.

1 Like

so when i try to do that it shows this

Been a bit since I did that part. Is that where they put

#define OUT at the top of the file?

It’s either that or you need lowercase ‘out’

1 Like

how you do it
??

1 Like

ok when i do that it shows

when i remove the OUT it shows me the same thing

On line 40 you named the variable Hitlocation with a lowercase l. On line 42 you’re using HitLocation with an uppercase L, which was never declared.

1 Like

thanks i fixed that prob but when i compile


it seas this
but the when i go in visual studios it shows this what chould i do

what should i do

ok so i fixed somethings (i think) so heres when i compile


and heres the code

i fixed it nvm thx for the help

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

Privacy & Terms