how do i scale circle collisions for sprites ?

Hiya just wondering if it’s possible to scale circle collisions for sprites ?
I’m currently unable to just scale it and i can’t find a scale option anywhere. Is there a workaround or something I can use ? Any suggestions or anyone know how to scale it ?

Currently using unreal engine 5.3.1

Hello,
I’ve encountered the same problem as you, and even if the solution isn’t the most elegant, it works! Here’s how to modify your sprite collision settings in UE 5+ :

1. Copy the parameters from the source collision:
Position your cursor on the collision whose parameters you wish to copy.
Use the keyboard shortcut Shift + Right-click to copy these settings.

2. Edit parameters in a text editor:
Paste the copied parameters into a notepad or other text editor (with Ctrl + V).
Modify the desired values, such as the box size in your case.

3. Apply the new settings to your target collision:
Copy the modified contents of your notepad (with Ctrl + C).
Return to Unreal Engine and position your cursor on the collision parameters you wish to modify.
Use the keyboard shortcut Shift + Left-click to paste the new parameters.

Your collision should now be successfully modified!