Output parameters are C# stuff, is that true?

Hi!

Yesterday, someone in Unreal Slackers said me that output parameters are unusual in C++, they are C# stuff, is that true? I don’t think so. I’m sure there are methods in Unreal with output parameters.

As you have noticed, I’m newbie with C++.

Thanks.

Nope, not true. There are a tons of Unreal Engine source functions that use output parameter. I used them in my game. And my game never crashed with exception “Output Parameter can only be used in C#” :slight_smile:
So feel free to use it when you need it.

1 Like

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