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

Difference between revisions of "UE3:Path MinDistBetweenSpecsOfType (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
(Talk)
Line 17: Line 17:
 
'''Type:''' [[float]]
 
'''Type:''' [[float]]
  
<!-- enter variable description -->
+
min dist between specs of the specified type type
  
 
====ReachSpecClass====
 
====ReachSpecClass====

Revision as of 06:24, 17 January 2010

UDK Object >> PathConstraint >> Path_MinDistBetweenSpecsOfType
Package: 
Engine

penalizes specs of a certain class if they are within a set distance of another mantle in the predecessor chain

Properties

InitLocation

Type: Object.Vector

can be used to indicate we last mantled at this location in previous path and we shouldn't take mantles within mindistbetweenmantles of that location

MinDistBetweenSpecTypes

Type: float

min dist between specs of the specified type type

ReachSpecClass

Type: class<ReachSpec>

the class of the reach spec we want to enforce minimum distance between

NOTE: this must be the exact class, child classes will not match

Default values

Property Value
CacheIdx 10

Functions

Static functions

EnforceMinDist

static function bool EnforceMinDist (Pawn P, float InMinDist, class<ReachSpecInSpecClass, optional Object.Vector LastLocation)


Events

Recycle

event Recycle ()

Overrides: PathConstraint.Recycle