Always snap to grid

UE2:ACTION_SpawnActor (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> ScriptedAction >> ACTION_SpawnActor
Package: 
Gameplay
This class in other games:
UE2Runtime, U2, UT2004

null

Properties[edit]

Property group 'Action'[edit]

ActorClass[edit]

Type: class<Actor>


ActorTag[edit]

Type: name


bOffsetFromScriptedPawn[edit]

Type: bool


LocationOffset[edit]

Type: Object.Vector


RotationOffset[edit]

Type: Object.Rotator


Default values[edit]

Property Value
ActionString "Spawn actor"

Instance functions[edit]

GetActionString[edit]

function string GetActionString ()

Overrides: ScriptedAction.GetActionString


InitActionFor[edit]

function bool InitActionFor (ScriptedController C)

Overrides: ScriptedAction.InitActionFor