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
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

PickupMessage

Type: string

Modifiers: localized

Human readable description when picked up.

PickupSound

Type: SoundCue


RespawnTime

Type: float


Default value: 30.0

Default values

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

Subobjects

BaseMeshComp

Class: Engine.StaticMeshComponent

Inherits from: UTPickupFactory.BaseMeshComp

Property Value
ReplacementPrimitive None

CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: UTPickupFactory.CollisionCylinder

Property Value
ReplacementPrimitive None

PathRenderer

Class: Engine.PathRenderingComponent

Inherits from: UTPickupFactory.PathRenderer

Property Value
ReplacementPrimitive None

PickupLightEnvironment

Class: Engine.DynamicLightEnvironmentComponent

Inherits from: UTPickupFactory.PickupLightEnvironment

No new values.

Functions

Static functions

GetLocalString

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

Overrides: Actor.GetLocalString


Instance functions

BotDesireability

function float BotDesireability (Pawn P, Controller C)


GetRespawnTime

function float GetRespawnTime ()

Overrides: PickupFactory.GetRespawnTime


InitializePickup

simulated function InitializePickup ()

Overrides: PickupFactory.InitializePickup


SetRespawn

function SetRespawn ()

Overrides: PickupFactory.SetRespawn


SpawnCopyFor

function SpawnCopyFor (Pawn Recipient)

Overrides: PickupFactory.SpawnCopyFor

Give the benefit of this pickup to the recipient