Universal Monster
  • Universal Monster v1.4.3
  • Overview
    • Changelog
    • Integrations
      • FPS Multiplayer Template 4.0
      • TPS Multiplayer Pack
      • Survival Game Kit v2
      • Survival Game Kit v1
      • Easy Survival RPG v4.0
      • Horror Engine
  • Features
    • Monsters
      • Character Blueprint
        • BP_UMComponent
        • BPI_UniversalMonster
        • Collision Settings
        • Animation Settings
        • Sound Settings
      • Animation Blueprint
    • Combat System
      • Attacks Array
      • Melee
      • Projectiles
      • Timers
      • Bullets
      • Trace Info
      • Player Attacks
    • Behavior System
      • Behaviors
      • Tasks
        • Wait
        • Animation
        • Move
        • Find
        • Flee
        • Hide
        • Locate
        • Return
        • Chase
        • Maneuver
        • Attack
    • Faction System
    • Group Formations
    • Conditions
    • Data Tables
Powered by GitBook
On this page

Was this helpful?

  1. Features
  2. Combat System

Player Attacks

PreviousTrace InfoNextBehavior System

Last updated 3 years ago

Was this helpful?

Universal Monster can even be used for all your Player Attacks. Setup your Attacks Array like you would for any AI character and then you can use the Player Attack function to trigger a specific attack in the Attack Array.

Attack Index: The index of the attack to be executed in the Attacks Array.

The Player Attack function must execute on the server
Example of binding the Player Attacks to hotkeys