Virtual function with default implementation? #2706
Unanswered
stevefan1999-personal
asked this question in
Q&A
Replies: 1 comment
-
|
Related: #2593 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used the
--vtable-generationfeature but I see that some of the virtual functions are not generated:Spawn,Precache,KeyValue,ObjectCapsandActivateare not generated, butSaveandRestoreare. Is this an intended behavior?The C++ Header:
Generated structure:
Beta Was this translation helpful? Give feedback.
All reactions