How do I implement Pure Virtual Methods?

Do we still have to use the “abstract” attribute inside UCLASS(abstract) to tell the editor to prevent us from creating instances of this class?