Navigation
Unreal Engine C++ API Reference > Runtime > Landscape > ULandscapeComponent
References
Module | Landscape |
Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
Include | #include "LandscapeComponent.h" |
Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
template<typename DataType>
static void GenerateMipsTempl
&40;
int32 InNumSubsections,
int32 InSubsectionSizeQuads,
UTexture2D &42; WeightmapTexture,
DataType &42; BaseMipData
&41;
Remarks
Generate mipmaps for weightmap Assumes all weightmaps are unique to this component.
Parameters
Name | Description |
---|---|
WeightmapTextureBaseMipData | array of pointers to each of the weightmaps' base locked mip data. |