Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscape
Description
Set the target precision on nanite vertex position. Precision is set to approximately (2^-InPrecision) in world units.
| Name | SetNanitePositionPrecision |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/Landscape.h |
| Include Path | #include "Landscape.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
void SetNanitePositionPrecision
(
int32 InPrecision,
bool bInShouldDirtyPackage
)