Pure virtual function being called
There’s the problem right there. You’ve defined a pure virtual function, which then hasn’t been implemented or overridden in a child class. It’s rare to need pure virtuals in UE4 generally.
Pure virtual function being called
There’s the problem right there. You’ve defined a pure virtual function, which then hasn’t been implemented or overridden in a child class. It’s rare to need pure virtuals in UE4 generally.