templates on actor subclasses?

Can I template my actor classes (before or after UCLASS())?
ie.


UCLASS()
template<......>
class GAME_API AAsdf : public AActor {
....
}