EHCv2 Docs
  • Welcome!
  • Our Vision and Values
  • Core
    • Design
      • Blueprints
      • Curves
      • Enums
      • HitscanDataAssets
      • PhysicalMaterials
      • Structures
      • VFX
    • Implementation
  • Bonuses
    • Turret
    • Shooting Range
    • Shooting Target
    • Light Manager
    • Music Manager
    • Procedural Aim Down Sights (Lite)
    • Procedural Recoils (Lite)
    • Hitmarker System
  • Demo Level in Depth
    • Overview
Powered by GitBook
On this page
  1. Core
  2. Design

Structures

PreviousPhysicalMaterialsNextVFX

Last updated 7 days ago

ST_ActorHitAndTotalDamage

We use ST_ActorHitAndTotalDamage inside the map 'ActorHitAndTotalDamage' mainly so we can update the total amount of damage that has to be dealt to hit actors. This is usefull so we can deal batched damage on actors. This reduces 'OnApplyDamage' calls when using multiple hitscans, for example, on shotguns, and increases performance by a lot.

ST_HitscanParams

The 'ST_HitscanParams' structure serves as a fundamental framework, organizing the variables that may vary with each hitscan. Mainly used inside of 'SetupHitscan'.