I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Difference between revisions of "UE3:NavMeshGoal At (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 3))
 
(No difference)

Latest revision as of 06:42, 17 January 2010

UDK Object >> NavMeshPathGoalEvaluator >> NavMeshGoal_At
Package: 
Engine


Properties[edit]

bKeepPartial[edit]

Type: bool

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

Goal[edit]

Type: Object.Vector

Location to reach

GoalDist[edit]

Type: float

Within this acceptable distance

GoalPoly[edit]

Type: pointer{FNavMeshPolyBase}

Modifiers: private, native


PartialGoal[edit]

Type: pointer{FNavMeshPolyBase}

Modifiers: private, native


Functions[edit]

Static functions[edit]

AtActor[edit]

static function bool AtActor (NavigationHandle NavHandle, Actor GoalActor, optional float Dist, optional bool bReturnPartial)


AtLocation[edit]

static function bool AtLocation (NavigationHandle NavHandle, Object.Vector GoalLocation, optional float Dist, optional bool bReturnPartial)


Native functions[edit]

RecycleNative[edit]

native function RecycleNative ()


Events[edit]

Recycle[edit]

event Recycle ()

Overrides: NavMeshPathGoalEvaluator.Recycle