Always snap to grid

UE3:Goal_AtActor (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> PathGoalEvaluator >> Goal_AtActor
Package: 
Engine


Properties[edit]

bKeepPartial[edit]

Type: bool

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

GoalActor[edit]

Type: Actor

Actor to reach

GoalDist[edit]

Type: float

Within this acceptable distance

Default values[edit]

Property Value
CacheIdx 0

Functions[edit]

Static functions[edit]

AtActor[edit]

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


Events[edit]

Recycle[edit]

event Recycle ()

Overrides: PathGoalEvaluator.Recycle