There is no spoon

UE3:UTDeployedActor (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> UTDeployedActor
Package: 
UTGame
Direct subclasses:
UTEMPMine, UTSpiderMineTrap, UTEnergyShield, UTShapedCharge, UTLinkGenerator

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

bDeployed

Type: bool

Modifiers: repnotify


HudLocation

Type: Object.Vector

Here on the hud to display it

InstigatorController

Type: Controller

Who owns this

LightEnvironment

Type: DynamicLightEnvironmentComponent

The deployable's light environment

Default value: DynamicLightEnvironmentComponent'DeployedLightEnvironment'

Mesh

Type: MeshComponent

The Mesh

TeamNum

Type: byte

Owner team number

Default values

Property Value
bBlockActors True
bCollideActors True
bCollideComplex True
bCollideWorld True
bReplicateInstigator True
CollisionType COLLIDE_CustomDefault
Components[0] DynamicLightEnvironmentComponent'DeployedLightEnvironment'
Physics PHYS_Falling
RemoteRole ROLE_SimulatedProxy

Subobjects

DeployedLightEnvironment

Class: Engine.DynamicLightEnvironmentComponent

Property Value
bCastShadows False
bDynamic False

Delegates

OnDeployableUsedUp

delegate OnDeployableUsedUp (Actor ChildDeployable)


Functions

Native functions

GetTeamNum

simulated native function byte GetTeamNum ()

Overrides: Actor.GetTeamNum


SetHUDLocation

simulated native function SetHUDLocation (Object.Vector NewHUDLocation)

Overrides: Actor.SetHUDLocation

function used to update where icon for this actor should be rendered on the HUD

Parameters:

  • NewHUDLocation - is a vector whose X and Y components are the X and Y components of this actor's icon's 2D position on the HUD

Events

Attach

simulated event Attach (Actor Other)

Overrides: Actor.Attach


BaseChange

event BaseChange ()

Overrides: Actor.BaseChange


Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


ReplicatedEvent

simulated event ReplicatedEvent (name VarName)

Overrides: Actor.ReplicatedEvent


Reset

event Reset ()

Overrides: Actor.Reset


Other instance functions

HurtRadius

simulated function bool HurtRadius (float DamageAmount, float InDamageRadius, class<DamageTypeDamageType, float Momentum, Object.Vector HurtOrigin, optional Actor IgnoredActor, optional Controller InstigatedByController, optional bool bDoFullDamage)

Overrides: Actor.HurtRadius

HurtRadius() Hurt locally authoritative actors within the radius.

PerformDeploy

simulated function PerformDeploy ()