There is no spoon
Difference between revisions of "UE3:PathGoalEvaluator (UDK)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
(Talk) |
||
Line 37: | Line 37: | ||
'''[[Variables#Modifiers|Modifiers]]:''' protected | '''[[Variables#Modifiers|Modifiers]]:''' protected | ||
− | + | Next goal evaluator | |
==Events== | ==Events== |
Revision as of 05:24, 17 January 2010
Object >> PathGoalEvaluator |
- Package:
- Engine
- Direct subclasses:
- Goal_AtActor, Goal_Null
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. |
Properties
CacheIdx
Type: int
Modifiers: const
Default value: -1
GeneratedGoal
Type: NavigationPoint
Modifiers: protected
Goal that was reached
MaxPathVisits
Type: int
Modifiers: protected
maximum number of NavigationPoints to test before giving up
Default value: 1024
NextEvaluator
Type: PathGoalEvaluator
Modifiers: protected
Next goal evaluator
Events
GetDumpString
event string GetDumpString ()
Recycle
event Recycle ()