I don't need to test my programs. I have an error-correcting modem.

UE3:GamePawn (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> Pawn >> GamePawn
Package: 
GameFramework
Direct subclasses:
UTPawn, DemoPawn, UTOnslaughtMiningRobot
This class in other games:
UDK

GamePawn

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

Default values[edit]

Property Value
bCanBeAdheredTo True
bCanBeFrictionedTo True

Subobjects[edit]

Arrow[edit]

Class: Engine.ArrowComponent

Inherits from: Pawn.Arrow

No new values.

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: Pawn.CollisionCylinder

No new values.

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: Pawn.Sprite

No new values.

Instance functions[edit]

GetTargetFrictionCylinder[edit]

simulated function GetTargetFrictionCylinder (out float CylinderRadius, out float CylinderHeight)

Returns cylinder information used for target friction.

Todo: call the native version of this directly