Base method call

Scott Hong

New member
In the example sources, overridden OnAwake(), OnStart(), etc. do not call it's base method.
Is it OK??

How should I decide whether call the base methods or not since they are hidden.
 
I was able to check by installing the runtime source package. It's not a big deal, but it would have saved lots of time if Opsive had only given a simple answer.
 
For your own tasks you don't need to call the base methods unless you've implemented them in a base class. Behavior Designer doesn't have any implementation for those.
 
Top