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

UE1:CS_Camera (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> Keypoint >> CS_Camera
Package: 
UDSDemo

The Unreal Director's Suite Release version: Jan 7th, 1999

[ CS_Camera ]

This is the actual Camera actor.

Properties

bFollowing

Type: bool

Are we following someone

BLEADING

Type: bool


bLockedOn

Type: bool

Is this Camera locked on to a target

Target

Type: Actor


Default values

Property Value
bDirectional True
bFixedRotationDir True
bStasis True
bStatic False
Texture None

Functions

Events

Tick

event Tick (float DeltaTime)

Overrides: Actor.Tick


Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger


UnTrigger

event UnTrigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.UnTrigger


Other instance functions

AdjustWithPlayer

function AdjustWithPlayer (Object.Vector Vel)


TurnTowardsTarget

function TurnTowardsTarget (Object.Vector targ)