Unable to derive from ALevelScriptActor

In nosing around I was given the opportunity to derive from ALevelScriptActor from within Rocket’s Add Code to Project option. Once it generated itself the compiler complained.

4> g:\rocket\bettertech\intermediate\builddata\include\bettertech\../../../../Source/BetterTech/Classes/BetterTechLevelScriptActor.h(12): error C2504: 'ALevelScriptActor' : base class undefined
4> G:\Rocket\BetterTech\Source\BetterTech\Private\BetterTechLevelScriptActor.cpp(7): error C2437: 'Super' : already initialized

If this is a class that should not be derived from i think it should be capped off and not show up in the preferences or the class listing when i try to derive, like the Console

It is our intention that ALevelScriptActor can be subclassed. We’ll see if we can repro your issue here and get it resolved.

Cheers!
Jeff

Thanks Bunches!