Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeUtils.h |
| Include | #include "LandscapeUtils.h" |
Syntax
struct FTextureCopyChannelMapping
Remarks
Represents the DestinationChannel->SourceChannel binding.DestinationChannel is used as index. For example if the source channel is 1 and the destination channel is 2, then Mappings[2] == 1.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int8[4] | Mappings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| int8 & | operator[]
(
int32 Index |
||
| const int8 | operator[]
(
int32 Index |