Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Utilities
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Utilities/GLTFLandscapeComponentDataInterface.h |
| Include | #include "Utilities/GLTFLandscapeComponentDataInterface.h" |
Syntax
struct FGLTFLandscapeComponentDataInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| const ULandscapeComponent & | Component | ||
| int32 | ComponentNumSubsections | ||
| int32 | ComponentSizeQuads | ||
| int32 | ComponentSizeVerts | ||
| int32 | ComponentSubsectionSizeQuads | ||
| int32 | ComponentSubsectionSizeVerts | ||
| int32 | HeightmapComponentOffsetX | ||
| int32 | HeightmapComponentOffsetY | ||
| int32 | HeightmapStride | ||
| int32 | HeightmapSubsectionOffset | ||
| FColor * | HeightMipData | ||
| TArray64< uint8 > | HeightMipDataSource | ||
| int32 | MipLevel | ||
| FColor * | XYOffsetMipData | ||
| TArray64< uint8 > | XYOffsetMipDataSource |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGLTFLandscapeComponentDataInterface
(
const ULandscapeComponent& Component, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| FColor | GetHeightData
(
int32 LocalX, |
||
| void | GetPositionNormalUV
(
int32 LocalX, |
||
| bool | GetWeightmapTextureData
(
ULandscapeLayerInfoObject* InLayerInfo, |
||
| void | GetXYOffset
(
int32 X, |
||
| FColor | GetXYOffsetData
(
int32 LocalX, |
||
| int32 | TexelXYToIndex
(
int32 TexelX, |
||
| int32 | VertexIndexToTexel
(
int32 VertexIndex |
||
| void | VertexIndexToXY
(
int32 VertexIndex, |
||
| void | VertexXYToTexelXY
(
int32 VertX, |