unreal.PCGWorldQuerySelectLandscapeHits¶
- class unreal.PCGWorldQuerySelectLandscapeHits¶
Bases:
EnumBaseEPCGWorld Query Select Landscape Hits
C++ Source:
Plugin: PCG
Module: PCG
File: PCGWorldData.h
- EXCLUDE: PCGWorldQuerySelectLandscapeHits = Ellipsis¶
Excludes hits from the landscape.
- Type:
0
- INCLUDE: PCGWorldQuerySelectLandscapeHits = Ellipsis¶
Will report hits on the landscape.
- Type:
1
- REQUIRE: PCGWorldQuerySelectLandscapeHits = Ellipsis¶
Will return only hits on the landscape.
- Type:
2