Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FCachedLandscapeFoliage
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include | #include "LandscapeProxy.h" |
Syntax
struct FGrassCompKey
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< ULandscapeComponent > | BasedOn | ||
| int32 | CachedMaxInstancesPerComponent | ||
| TWeakObjectPtr< ULandscapeGrassType > | GrassType | ||
| int32 | NumVarieties | ||
| int32 | SqrtSubsections | ||
| int32 | SubsectionX | ||
| int32 | SubsectionY | ||
| int32 | VarietyIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FGrassCompKey& Other |