unreal.PCGAttractMode¶
- class unreal.PCGAttractMode¶
Bases:
EnumBaseEPCGAttract Mode
C++ Source:
Plugin: PCG
Module: PCG
File: PCGAttractElement.h
- CLOSEST: PCGAttractMode = Ellipsis¶
Attract to nearest target.
- Type:
0
- FROM_INDEX: PCGAttractMode = Ellipsis¶
Attracts to a fixed target point based on an attribute.
- Type:
3
- MAX_ATTRIBUTE: PCGAttractMode = Ellipsis¶
Attract to the maximum target inside the search radius.
- Type:
2
- MIN_ATTRIBUTE: PCGAttractMode = Ellipsis¶
Attract to the minimum target inside the search radius.
- Type:
1