From 424032312d14fd4411170948f32b9bbd5b779b30 Mon Sep 17 00:00:00 2001 From: astrid Date: Thu, 6 Feb 2025 21:56:13 +0100 Subject: [PATCH] Remove Tolerance from OverlayParams in WorldRoot --- content/en-us/reference/engine/classes/WorldRoot.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en-us/reference/engine/classes/WorldRoot.yaml b/content/en-us/reference/engine/classes/WorldRoot.yaml index cae19d710..1243a9845 100644 --- a/content/en-us/reference/engine/classes/WorldRoot.yaml +++ b/content/en-us/reference/engine/classes/WorldRoot.yaml @@ -522,7 +522,7 @@ methods: The size of the given box volume to be queried. - name: overlapParams type: OverlapParams - default: OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}} + default: OverlapParams{MaxParts=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}} summary: | Contains reusable portions of the spatial query parameters. returns: @@ -572,7 +572,7 @@ methods: The radius of the given sphere volume to be queried. - name: overlapParams type: OverlapParams - default: OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}} + default: OverlapParams{MaxParts=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}} summary: | Contains reusable portions of the spatial query parameters. returns: @@ -621,7 +621,7 @@ methods: The part whose volume is to be checked against other parts. - name: overlapParams type: OverlapParams - default: OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}} + default: OverlapParams{MaxParts=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}} summary: | Contains reusable portions of the spatial query parameters. returns: