💫
Miss No Hit Wiki
  • Home
  • Documentation
    • Setup
    • Glossary
    • Tracer Settings
    • Trace Sources
    • Blueprint Nodes
    • C++ API
  • Tutorials
    • Zombie Claw Attack
    • Missile Projectile
    • Dynamically added melee weapon
    • Continuous Laser Beam Ability
    • Performance Optimization
Powered by GitBook
On this page
  • Mnh Tracer Component
  • Tracer Config
  1. Documentation

Glossary

Mnh Tracer Component

Tracer Component is the first point of interaction with MNH systems. Each actor that will perform hit detections using MNH should contain Mnh Tracer Component.

Tracer Config

Found under properties panel of Mnh Tracer Component, Tracer Configs allow you to specify parameters for the trace operations. For details, please refer to Tracer Settings and Tracer Settings pages. You can have as many Tracer Configs as you want and add them in runtime with "Add New ... Tracer" functions. Tracers must be initialized before usage with "Initialise Tracers" nodes. For more detailed explanation of available functions please refer to Blueprint Nodes and Tutorials.

PreviousSetupNextTracer Settings

Last updated 6 days ago