Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/UTexturePatchModifier
Description
Gives size in unscaled world coordinates (ie before applying patch transform) of the patch as measured between the centers of the outermost pixels. Measuring the coverage this way means that a patch can affect the same region of the landscape regardless of patch resolution. This is also the range across which bilinear interpolation always has correct values, so the area outside this center portion is usually set as a "dead" border that doesn't affect the landscape.
| Name | GetUnscaledCoverage |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/Modifiers/MeshPartitionTexturePatchModifier.h |
| Include Path | #include "Modifiers/MeshPartitionTexturePatchModifier.h" |
UFUNCTION (BlueprintCallable, Category=LandscapePatch)
virtual FVector2D GetUnscaledCoverage() const