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??
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.
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’
how you do it
??
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.
thanks i fixed that prob but when i compile
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.