Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/TAlphamapAccessor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetDataFast
(
int32 X1, |
LandscapeEdit.h | ||
void GetDataFast
(
int32 X1, |
LandscapeEdit.h |
GetDataFast(int32, int32, int32, int32, TMap< FIntPoint, uint8 > &)
| Name | GetDataFast |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
void GetDataFast
(
int32 X1,
int32 Y1,
int32 X2,
int32 Y2,
TMap < FIntPoint, uint8 > & Data
)
GetDataFast(int32, int32, int32, int32, uint8 *)
| Name | GetDataFast |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
void GetDataFast
(
int32 X1,
int32 Y1,
int32 X2,
int32 Y2,
uint8 * Data
)