Can I template my actor classes (before or after UCLASS())?
ie.
UCLASS()
template<......>
class GAME_API AAsdf : public AActor {
....
}
Can I template my actor classes (before or after UCLASS())?
ie.
UCLASS()
template<......>
class GAME_API AAsdf : public AActor {
....
}
unfortunately, no