I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:NavMeshGoal_Null (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> NavMeshPathGoalEvaluator >> NavMeshGoal_Null |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
this goal eval will not stop until its out of paths, and will simply return the node with the least cost
Properties[edit]
PartialGoal[edit]
Type: pointer{FNavMeshPolyBase}
Modifiers: private, native
Default values[edit]
Property | Value |
---|---|
MaxPathVisits | 2048 |
Functions[edit]
Static functions[edit]
GoUntilBust[edit]
Native functions[edit]
RecycleNative[edit]
native function RecycleNative ()
Events[edit]
Recycle[edit]
event Recycle ()
Overrides: NavMeshPathGoalEvaluator.Recycle