Navigation
Unreal Engine C++ API Reference > Editor > LandscapeEditor
References
Module | LandscapeEditor |
Header | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeImportHelper.h |
Include | #include "LandscapeImportHelper.h" |
Syntax
struct FLandscapeImportFileDescriptor
Variables
Type | Name | Description |
---|---|---|
FIntPoint | Coord | Which tile does that descriptor represent |
FString | FilePath | File path |
Constructors
Type | Name | Description |
---|---|---|
FLandscapeImportFileDescriptor () | ||
FLandscapeImportFileDescriptor ( const FString& InFilePath, const FIntPoint& InCoord ) |