Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:UTItemPickupFactory (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> Actor >> NavigationPoint >> PickupFactory >> UTPickupFactory >> UTItemPickupFactory
Package: 
UTGame
Direct subclasses:
UTAmmoPickupFactory, UTArmorPickupFactory, UTHealthPickupFactory
This class in other games:
UT3


Properties[edit]

PickupMessage[edit]

Type: string

Modifiers: localized

Human readable description when picked up.

PickupSound[edit]

Type: SoundCue


RespawnTime[edit]

Type: float


Default value: 30.0

Default values[edit]

Property Value
InventoryType Class'UTGame.UTPickupInventory'
MessageClass Class'UTGame.UTPickupMessage'
PickUpWaveForm ForceFeedbackWaveform'UTGame.Default__UTItemPickupFactory:ForceFeedbackWaveformPickUp'

Subobjects[edit]

BaseMeshComp[edit]

Class: Engine.StaticMeshComponent

Inherits from: UTPickupFactory.BaseMeshComp

Property Value
ReplacementPrimitive None

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: UTPickupFactory.CollisionCylinder

Property Value
ReplacementPrimitive None

PathRenderer[edit]

Class: Engine.PathRenderingComponent

Inherits from: UTPickupFactory.PathRenderer

Property Value
ReplacementPrimitive None

PickupLightEnvironment[edit]

Class: Engine.DynamicLightEnvironmentComponent

Inherits from: UTPickupFactory.PickupLightEnvironment

No new values.

Functions[edit]

Static functions[edit]

GetLocalString[edit]

static function string GetLocalString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2)

Overrides: Actor.GetLocalString


Instance functions[edit]

BotDesireability[edit]

function float BotDesireability (Pawn P, Controller C)


GetRespawnTime[edit]

function float GetRespawnTime ()

Overrides: PickupFactory.GetRespawnTime


InitializePickup[edit]

simulated function InitializePickup ()

Overrides: PickupFactory.InitializePickup


SetRespawn[edit]

function SetRespawn ()

Overrides: PickupFactory.SetRespawn


SpawnCopyFor[edit]

function SpawnCopyFor (Pawn Recipient)

Overrides: PickupFactory.SpawnCopyFor

Give the benefit of this pickup to the recipient