Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FLandscapeConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLandscapeConfig
(
ULandscapeInfo* InLandscapeInfo |
LandscapeConfigHelper.h | ||
FLandscapeConfig
(
int32 InComponentNumSubSections, |
LandscapeConfigHelper.h |
FLandscapeConfig(ULandscapeInfo *)
| Name | FLandscapeConfig |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeConfigHelper.h |
| Include Path | #include "LandscapeConfigHelper.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeConfigHelper.cpp |
FLandscapeConfig
(
ULandscapeInfo * InLandscapeInfo
)
FLandscapeConfig(int32, int32, int32)
| Name | FLandscapeConfig |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeConfigHelper.h |
| Include Path | #include "LandscapeConfigHelper.h" |
FLandscapeConfig
(
int32 InComponentNumSubSections,
int32 InSubsectionSizeQuads,
int32 InGridSizeInComponents
)