Multicore Games
  • 💡Realistic Lasers
  • Overview
    • ✨Features
  • Setup and Implementation
    • đŸ› ī¸Getting set up
      • âš™ī¸General Setup
      • đŸĒŠReflection Setup
      • 🔅Refraction Setup
      • 👀Detection Setup
      • đŸ’ĨCustomization
Powered by GitBook
On this page
  1. Setup and Implementation
  2. Getting set up

Reflection Setup

PreviousGeneral SetupNextRefraction Setup

Last updated 5 months ago

Step 1: Place laser in the world

Place or spawn the "BP_Laser_Parent" in the world.

The "BP_Laser_Parent" is located at: Content -> Realistic_Lasers -> Blueprints -> BP_Laser_Parent

Step 2: Enable Reflection

Select the "BP_Laser_Parent" and enable "Can Reflect?".

Step 3: Add the "Reflect" tag

Add the "Reflect" tag to the actors that you want the laser to interact with. - The tag is NOT case sensitive, you can use "Reflect" or "REFLECT".

đŸ› ī¸
đŸĒŠ