Skip to content

Commit

Permalink
Remove Tolerance from OverlayParams in WorldRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party committed Feb 6, 2025
1 parent 0410df7 commit 4240323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en-us/reference/engine/classes/WorldRoot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4240323

Please sign in to comment.