Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 664 Bytes

File metadata and controls

15 lines (8 loc) · 664 Bytes

The OculusUtils Module

Continuous Overlap

The RightFingerTip in HandsCharacterBase is a ContinuousOverlapSphereComponent, unlike the fist spheres, which use a standard SphereComponent.

This component prevents the fingertip from passing through buttons without triggering them. The standard SphereComponent only supports continuous collision detection (enabled with "Use CCD"), not continuous overlap detection.

Tick Until

The Tick Until blueprint node runs once per tick from the Completed pin until it hits Break.