OverlapRatio

How much should each tile overlap each other (0-0.5).

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(EditAnywhere, BlueprintReadWrite,
          Meta=(UIMin="0", ClampMin="0", UIMax="0.5", ClampMax="1"), Category="Render Settings")
float OverlapRatio

Remarks

How much should each tile overlap each other (0-0.5). Decreasing the overlap will result in smaller individual tiles (which means faster renders) but increases the likelyhood of edge-of-screen artifacts showing up which will become visible in the final image as a "grid" of repeated problem areas.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss