Author |
Topic |
|
Zeblote
Tomato Guru
183 Posts |
Posted - Feb 25 2018 : 2:23:54 PM
|
If you use "Create Implementation" on an RPC function like this:
Then you get this:
But that's not going to work. It should generate this instead:
This could be detected in 2 steps: - if the UFUNCTION() macro contains Server, Client, NetMulticast or BlueprintNativeEvent, then use the _Implementation - if the UFUNCTION() macro also contains WithValidation, generate the bool _Validate method too |
Edited by - Zeblote on Feb 25 2018 2:24:24 PM |
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Feb 27 2018 : 3:16:25 PM
|
Thanks for the request. case=111093 |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Mar 26 2018 : 1:59:47 PM
|
We are under the impression that when you use Server, WithValidation is implied and doesn't need to be specified. Is that wrong? |
|
|
Zeblote
Tomato Guru
183 Posts |
Posted - Mar 26 2018 : 6:32:30 PM
|
Other way around, if you use Server then WithValidation is required or it doesn't compile. |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - May 01 2018 : 5:05:55 PM
|
case=111093 is implemented in build 2270 |
|
|
Zeblote
Tomato Guru
183 Posts |
Posted - May 23 2018 : 6:33:16 PM
|
There's still something iffy with this, I just tried to create an implementation for this method:
And it made this:
But it should have made this:
|
Edited by - Zeblote on May 23 2018 6:40:40 PM |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - May 23 2018 : 6:40:15 PM
|
ick. thanks for the report. case=116650 |
|
|
Zeblote
Tomato Guru
183 Posts |
Posted - May 30 2018 : 2:49:47 PM
|
Interesting, your post doesn't show up on the topic list page...
|
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - May 30 2018 : 5:23:42 PM
|
That's odd -- testing... |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - May 30 2018 : 5:24:45 PM
|
looks correct now. maybe browser cache issue? |
|
|
Zeblote
Tomato Guru
183 Posts |
Posted - May 30 2018 : 5:33:00 PM
|
Oh, I think I get what's happened. The time it showed on the list page is the one I edited my post above to hide a silly typo in the images, after you posted. Maybe that makes it consider it the most recent post? Still a little strange... |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - May 30 2018 : 5:40:31 PM
|
yeah, that makes sense and is strange. |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Jul 13 2018 : 3:26:09 PM
|
case=116650 is addressed in build 2283.
|
|
|
|
Topic |
|