docs formatting fixes

This commit is contained in:
Mamadou Babaei
2026-02-24 10:42:45 +01:00
parent 814146ae59
commit bd8872a35c
@@ -466,7 +466,7 @@ Queues a wrist-squeeze feedback at the desired level, and optionally if chosen,
**Parameters:**
- **Squeeze Level 01:** Value clamped between `0.0` (no squeeze) to `1.0` (full squeeze).
- **bSendImmediate** If set to `true`, immediately sends the command, otherwise only queues until `Send Haptics` function is called.
- **Send Immediate** If set to `true`, immediately sends the command, otherwise only queues until `Send Haptics` function is called.
> [!NOTE]
> Wrist-squeeze value behavior:
@@ -544,7 +544,7 @@ This example demonstrates:
![SGHapticsComponent - Blueprint example: Wrist-squeeze](sghapticscomponent-blueprint-example-wrist-squeeze.png "SGHapticsComponent - Blueprint example: Wrist-squeeze")
Because `bSendImmediate` is enabled, the squeeze is transmitted instantly instead of being queued.
Because `Send Immediate` is enabled, the squeeze is transmitted instantly instead of being queued.
> [!CAUTION]
> Avoid using `Send Immediate` unless necessary.