I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:ActorFactory (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> ActorFactory
Package: 
Engine
Direct subclasses:
ActorFactoryActor, ActorFactoryAI, ActorFactoryAmbientSound, ActorFactoryAmbientSoundSimple, ActorFactoryArchetype, ActorFactoryCoverLink, ActorFactoryDecal, ActorFactoryDominantDirectionalLight, ActorFactoryDynamicSM, ActorFactoryEmitter, ActorFactoryFogVolumeConstantDensityInfo, ActorFactoryFracturedStaticMesh, ActorFactoryLensFlare, ActorFactoryLight, ActorFactoryPathNode, ActorFactoryPhysicsAsset, ActorFactoryPhysXDestructible, ActorFactoryPlayerStart, ActorFactoryPylon, ActorFactorySkeletalMesh, ActorFactoryStaticMesh, ActorFactoryTrigger, ActorFactoryVehicle, SpeedTreeActorFactory, UTActorFactoryPickup
This class in other games:
U2XMP, UT3


Properties[edit]

AlternateMenuPriority[edit]

Type: int

Modifiers: config

Alternate value for menu priority; Used to allow things like modifier keys to access items in a different order.

Default value: 10

bPlaceable[edit]

Type: bool

Whether to appear on menu (or this Factory only used through scripts etc.)

Default value: True

GameplayActorClass[edit]

Type: class<Actor>

class to spawn during gameplay; only used if NewActorClass is left at the default

MenuName[edit]

Type: string

Name used as basis for 'New Actor' menu.

Default value: "Add Actor"

MenuPriority[edit]

Type: int

Modifiers: config

Indicates how far up the menu item should be. The higher the number, the higher up the list.

Default value: 10

NewActorClass[edit]

Type: class<Actor>

Actor subclass this ActorFactory creates.

Default value: Class'Engine.Actor'

Events[edit]

PostCreateActor[edit]

simulated event PostCreateActor (Actor NewActor)

Allows script to modify new actor