Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:UTSkelControl_LookAt (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> SkelControlBase >> SkelControlLookAt >> UTSkelControl_LookAt
Package: 
UTGame
This class in other games:
UDK

Controller that rotates a single bone to 'look at' a given target. Extends engine functionality to add per-axis rotation limits.

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

Properties

Property group 'UTSkelControl_LookAt'

bLimitPitch

Type: bool

Modifiers: protected


bLimitRoll

Type: bool

Modifiers: protected


bLimitYaw

Type: bool

Modifiers: protected

If TRUE, apply limits to specified axis. Ignore limits otherwise.

bShowPerAxisLimits

Type: bool

Modifiers: protected

If TRUE, draw cone representing per-axis limits.

PitchLimit

Type: float

Modifiers: protected


RollLimit

Type: float

Modifiers: protected


YawLimit

Type: float

Modifiers: protected

Angular limits for pitch, roll, yaw, in degrees