Verse Library verse

01 Fragment

Step-by-step guide to linking a trigger volume with a score manager for automatic lap counting.

verse-library/score-manager-device-options-lap-complete/01-fragment.verse

// This is a conceptual guide, not raw code.
// In UEFN, you use the device options menu.

// 1. Place Score Manager Device
score_manager_device = ScoreManager{}

// 2. Configure Lap Complete Option
// Set Score Value to 1 (one point per lap)
// Set Activate When Receiving From to Channel 33
// Set Increment Score on Awarding to Off
// Set Play Audio to No

// 3. Place Trigger Volume at Finish Line
trigger_volume = TriggerVolume{}

// 4. Configure Trigger Volume
// Set On Begin Overlap -> Transmit On to Channel 33
// This sends the signal to the Score Manager

Comments

    Sign in to vote, comment, or suggest an edit. Sign in