In C# there is a nice list of available virtual methods that can be overridden. It is also able to generate an empty method with correct parameters.
But this is not available for C++. Did I miss something or this feature is just not generally available for C++?
Is there some more friendly way how to overview big classes like AActor? When I am reading through the header file it is tiring to find whether a method is public or private or get the list of overridable methods.