when i compile the code of section 1,there is a compile error about the func below
void ASCharacter::OnLanded(const FHitResult& Hit) override;
it seems that OnLanded isn’t a virtual member function.
my engine version 4.8.2
i just don’t understand.