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

UE3:Path_WithinTraversalDist (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> PathConstraint >> Path_WithinTraversalDist
Package: 
Engine


Properties

Property group 'Path_WithinTraversalDist'

bSoft

Type: bool

if this is on instead of throwing out nodes outside traversal distance they will be gradiently penalized the further out they are

Default value: True

MaxTraversalDist

Type: float


SoftStartPenalty

Type: float

when a path exceeds specified traversal distance this penantly will be applied, and scaled up depending on how far outside the dist it is

Default value: 320.0

Default values

Property Value
CacheIdx 4

Functions

Static functions

DontExceedMaxDist

static function bool DontExceedMaxDist (Pawn P, float InMaxTraversalDist, bool bInSoft)


Events

Recycle

event Recycle ()

Overrides: PathConstraint.Recycle