Navigation
Unreal Engine C++ API Reference > Editor > LandscapeEditor
References
Module | LandscapeEditor |
Header | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeFileFormatInterface.h |
Include | #include "LandscapeFileFormatInterface.h" |
Syntax
struct FLandscapeFileResolution
Variables
Type | Name | Description |
---|---|---|
uint32 | Height | |
uint32 | Width |
Constructors
Type | Name | Description |
---|---|---|
FLandscapeFileResolution () | ||
FLandscapeFileResolution ( uint32 InWidth, uint32 InHeight ) |