Announcement
Collapse
No announcement yet.
Can't place custom actors in map
Collapse
X
-
Angel_VZ repliedHello Kylegar
Today i was dealing with the same problem
You can find the actor in the ActorClasses tab, remember that the actor that you made extends KActorSpawnable, KActorSpawnable extends KActor, and KActor extends DynamicSMActor
Im learning too, so i dont know how to explain this to you, so ill just show you an screenshot
Leave a comment:
-
Kylegar started a topic Can't place custom actors in mapCan't place custom actors in map
So, I followed the documentation and the Whizzle pdf, but I can't seem to get my custom script to place in the editor.
Code:class MoveableBall extends KActorSpawnable placeable; DefaultProperties { Begin Object Name=StaticMeshComponent0 StaticMesh=StaticMesh'MyPackage.MySphere' bNotifyRigidBodyCollision=true HiddenGame=FALSE ScriptRigidBodyCollisionThreshold=0.001 LightingChannels=(Dynamic=TRUE) DepthPriortyGroup=SDPG_Foreground EndObject }
Tags: None
Leave a comment: