unreal.EnvQueryRunMode
¶
- class unreal.EnvQueryRunMode¶
Bases:
unreal.EnumBase
EEnv Query Run Mode
C++ Source:
Module: AIModule
File: EnvQueryTypes.h
- ALL_MATCHING¶
Get all items that match conditions
- Type
3
- RANDOM_BEST25_PCT¶
Pick random item with score 75% .. 100% of max
- Type
2
- RANDOM_BEST5_PCT¶
Pick random item with score 95% .. 100% of max
- Type
1
- SINGLE_RESULT¶
Pick first item with the best score
- Type
0