[Programming] Placing an actor but not having it save on disk

So I’m trying to create an actor that can be placed but can’t be saved on disk.
(Heres the UnrealScript code)
class myActor extends CameraActor
native
transient
placeable;

I’ve tried making that actor transient but that just gives me the following error:
Error: Class myActor is transient. You can’t add actors of this class in UnrealEd.

ye

The answer body is too short.