Navigation
API > API/Runtime > API/Runtime/Landscape
| Name | FLandscapeConfig |
| Type | struct |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeConfigHelper.h |
| Include Path | #include "LandscapeConfigHelper.h" |
Syntax
struct FLandscapeConfig
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLandscapeConfig
(
ULandscapeInfo* InLandscapeInfo |
LandscapeConfigHelper.h | ||
FLandscapeConfig
(
int32 InComponentNumSubSections, |
LandscapeConfigHelper.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NumSectionValues | int32 | LandscapeConfigHelper.h | |
| SubsectionSizeQuadsValues | int32 | LandscapeConfigHelper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ComponentNumSubsections | int32 | LandscapeConfigHelper.h | ||
| GridSizeInComponents | int32 | LandscapeConfigHelper.h | ||
| SubsectionSizeQuads | int32 | LandscapeConfigHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetComponentSizeQuads() |
LandscapeConfigHelper.h | ||
int32 GetComponentSizeVerts() |
LandscapeConfigHelper.h | ||
int32 GetGridSizeQuads() |
LandscapeConfigHelper.h |