Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FLandscapeEditDataInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetXYOffsetDataFast
(
const int32 X1, |
LandscapeEdit.h | ||
void GetXYOffsetDataFast
(
const int32 X1, |
LandscapeEdit.h | ||
void GetXYOffsetDataFast
(
const int32 X1, |
Without data interpolation, able to get normal data | LandscapeEdit.h | |
void GetXYOffsetDataFast
(
const int32 X1, |
LandscapeEdit.h |
GetXYOffsetDataFast(const int32, const int32, const int32, const int32, TMap< FIntPoint, FVector2D > &)
| Name | GetXYOffsetDataFast |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp |
void GetXYOffsetDataFast
(
const int32 X1,
const int32 Y1,
const int32 X2,
const int32 Y2,
TMap < FIntPoint, FVector2D > & SparseData
)
GetXYOffsetDataFast(const int32, const int32, const int32, const int32, TMap< FIntPoint, FVector > &)
| Name | GetXYOffsetDataFast |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp |
void GetXYOffsetDataFast
(
const int32 X1,
const int32 Y1,
const int32 X2,
const int32 Y2,
TMap < FIntPoint, FVector > & SparseData
)
GetXYOffsetDataFast(const int32, const int32, const int32, const int32, FVector2D *, int32)
Description
Without data interpolation, able to get normal data
| Name | GetXYOffsetDataFast |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp |
void GetXYOffsetDataFast
(
const int32 X1,
const int32 Y1,
const int32 X2,
const int32 Y2,
FVector2D * Data,
int32 Stride
)
GetXYOffsetDataFast(const int32, const int32, const int32, const int32, FVector *, int32)
| Name | GetXYOffsetDataFast |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp |
void GetXYOffsetDataFast
(
const int32 X1,
const int32 Y1,
const int32 X2,
const int32 Y2,
FVector * Data,
int32 Stride
)