Coming from a heavy C# background, is it considered bad practice to use __interface in my interface definition or should i stick to using interface classes?
I wouldn’t recommend __interface
, it’s Microsoft specific and I wouldn’t think it interoperates well with UE4.
1 Like
Thanks!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.