Hello, I wanted to check something about the creation of our own TakeDamage() function.
AActor already has a TakeDamage() function:
But are we able to create our own here (without having to use “virtual” and “override”) because we’re extending a UActorComponent and this has no inheritance from AActor?