Pure virtual functions isn't really a new concept for C++. However, Unreal Engine disallow to use them in UObject based classes. Instead, they provide their own way to mark a function as pure virtual.
Share this post
Daily Unreal Column #49 - Pure virtual…
Share this post
Pure virtual functions isn't really a new concept for C++. However, Unreal Engine disallow to use them in UObject based classes. Instead, they provide their own way to mark a function as pure virtual.