Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include | #include "LandscapeComponent.h" |
Syntax
template<typename T>
struct IBuffer2DView
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyTo
(
T* Dest, |
Copy up to Count elements to Dest, in X then Y order (standard image order) | |
| bool | CopyToAndCalcIsAllZero
(
T* Dest, |
Copy up to Count elements to Dest, in X then Y order (standard image order) | |
| int32 | Num () |
Return the total number of elements |