Question:

why i can’t declare and initialise the mul???

1 Like

Hi there!

You posted your question in the wrong section, try changing it to Unreal Courses instead of Unity by editing your comment, that way you’ll get the appropriate help a lot faster.

About your question, sorry, can’t help on that, I’m more of a Unity type of guy :sweat_smile:

1 Like

You have to assign the value when you initialize at. You cannot do so later

Example const int mul = 15; or maybe d*e would work but when you call const

1 Like

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

Privacy & Terms