T O P I C R E V I E W |
Zeblote |
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 |
12 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Jul 13 2018 : 3:26:09 PM case=116650 is addressed in build 2283.
|
sean |
Posted - May 30 2018 : 5:40:31 PM yeah, that makes sense and is strange. |
Zeblote |
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 |
Posted - May 30 2018 : 5:24:45 PM looks correct now. maybe browser cache issue? |
sean |
Posted - May 30 2018 : 5:23:42 PM That's odd -- testing... |
Zeblote |
Posted - May 30 2018 : 2:49:47 PM Interesting, your post doesn't show up on the topic list page...
|
sean |
Posted - May 23 2018 : 6:40:15 PM ick. thanks for the report. case=116650 |
Zeblote |
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:
|
sean |
Posted - May 01 2018 : 5:05:55 PM case=111093 is implemented in build 2270 |
Zeblote |
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 |
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? |
sean |
Posted - Feb 27 2018 : 3:16:25 PM Thanks for the request. case=111093 |