I'm a doctor, not a mechanic

UE3:Goal_AtActor (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:24, 17 January 2010 by (Talk)

Jump to: navigation, search
UDK Object >> PathGoalEvaluator >> Goal_AtActor
Package: 
Engine


Properties

bKeepPartial

Type: bool

Should keep track of cheapest path even if don't reach goal

GoalActor

Type: Actor

Actor to reach

GoalDist

Type: float

Within this acceptable distance

Default values

Property Value
CacheIdx 0

Functions

Static functions

AtActor

static function bool AtActor (Pawn P, Actor Goal, optional float Dist, optional bool bReturnPartial)


Events

Recycle

event Recycle ()

Overrides: PathGoalEvaluator.Recycle