Hi.
I want to construct a class with static member variables and static member functions but the compiler keeps giving me "Unresolved External Error"'s!
I know that when you declare a variable as static outside a class it is only accessible within the file it was declared in... and this would give the UE errors, but not in a class... so why then?
Please help. Thanks in advance.
I want to construct a class with static member variables and static member functions but the compiler keeps giving me "Unresolved External Error"'s!
I know that when you declare a variable as static outside a class it is only accessible within the file it was declared in... and this would give the UE errors, but not in a class... so why then?
Please help. Thanks in advance.