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