Mostly Harmless

UE3:SeqAct_CameraLookAt (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_CameraLookAt
Package: 
Engine
This class in other games:
UDK

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

Properties[edit]

Property group 'SeqAct_CameraLookAt'[edit]

bAffectCamera[edit]

Type: bool

Should this affect the camera?

Default value: True

bAffectHead[edit]

Type: bool

Should this turn the character's head?

bAlwaysFocus[edit]

Type: bool

If FALSE, focus only if point roughly in view; if TRUE, focus no matter where player is looking

bCheckLineOfSight[edit]

Type: bool

TRUE to validate visibility of lookat target before doing any camera changes

bDisableInput[edit]

Type: bool

Don't allow input

Default value: True

bIgnoreTrace[edit]

Type: bool

If TRUE, ignore world trace to find a good spot

bLeaveCameraRotation[edit]

Type: bool

Leave the camera focused on the actor?

bToggleGodMode[edit]

Type: bool

Set this player in god mode? Only works if bAffectCamera == TRUE

bTurnInPlace[edit]

Type: bool

If TRUE, camera will rotate in place. If FALSE, camera can move as necessary.

Default value: True

CameraFOV[edit]

Type: float

If >= 0, override camera fov to be this.

Default value: -1.0

FocusBoneName[edit]

Type: name

Name of bone to focus on if available

InFocusFOV[edit]

Type: Object.Vector2D

How tight the focus should be

Default value:

Member Value
X 1.0
Y 1.0

InterpSpeedRange[edit]

Type: Object.Vector2D

Speed range of interpolation to focus camera

Default value:

Member Value
X 3.0
Y 3.0

TextDisplay[edit]

Type: string

Text to display while camera is focused

TotalTime[edit]

Type: float

The total amount of time the camera lookat will happen

Internal variables[edit]

bAdjustCamera[edit]

Type: bool

Modifiers: deprecated

DEPRECATED. Functionally replaced by bTurnInPlace for clarity in version 4.

bUsedTimer[edit]

Type: bool

Whether this event used a timer or not

RemainingTime[edit]

Type: float

Modifiers: transient


Default values[edit]

Property Value
bLatentExecution True
ObjCategory "Camera"
ObjClassVersion 4
ObjName "Look At"
OutputLinks[1]
Member Value
LinkDesc "Finished"
OutputLinks[2]
Member Value
LinkDesc "Succeeded"
OutputLinks[3]
Member Value
LinkDesc "Failed"
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Focus"
MaxVars 255
MinVars 1