Skip to content

Commit 4240323

Browse files
committed
Remove Tolerance from OverlayParams in WorldRoot
1 parent 0410df7 commit 4240323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en-us/reference/engine/classes/WorldRoot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ methods:
522522
The size of the given box volume to be queried.
523523
- name: overlapParams
524524
type: OverlapParams
525-
default: OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
525+
default: OverlapParams{MaxParts=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
526526
summary: |
527527
Contains reusable portions of the spatial query parameters.
528528
returns:
@@ -572,7 +572,7 @@ methods:
572572
The radius of the given sphere volume to be queried.
573573
- name: overlapParams
574574
type: OverlapParams
575-
default: OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
575+
default: OverlapParams{MaxParts=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
576576
summary: |
577577
Contains reusable portions of the spatial query parameters.
578578
returns:
@@ -621,7 +621,7 @@ methods:
621621
The part whose volume is to be checked against other parts.
622622
- name: overlapParams
623623
type: OverlapParams
624-
default: OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
624+
default: OverlapParams{MaxParts=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}
625625
summary: |
626626
Contains reusable portions of the spatial query parameters.
627627
returns:

0 commit comments

Comments
 (0)