Hivemind
  • 🔍Start Here
  • 💻Code Systems
    • 🐎Ultimate Horse System
      • Documentation
      • Integration Guide
    • 🚀Ultimate Spaceship System (USS) Knowledge Base
      • 📖USS Documentation
      • 🧩USS Integration Guide
    • 🚂Ultimate Train System
      • Dokumentation
      • Integration Guide
    • ⚔️Modular Character System
      • Documentation
      • Trailer
    • ⚒️Ultimate Building System Framework (UBS)
      • 🔍Introduction
      • Installation
        • Example Content Setup
      • Developer Settings
        • Initial Setup
        • Collision Channels
      • Quick Start
      • Ultimate Building System Component (UBS)
      • Buildable Definition
      • Buildable
        • Actions
        • Tag Qualifier Conditions
        • Dependencies
      • Proxy Behaviour
        • Trace Behaviour
        • Proxy Location Offset
        • Placement Conditions
        • Post Build Events
      • Using your own Meshes
      • Global Function References
  • ✨VFX
    • 🩸Realistic Blood VFX
      • Documentation
      • Video Tutorial
    • 🩸Stylized Blood VFX
      • Documentation
    • 💥Realistic Gun Effects
      • Documentation
    • ☁️Smoke & Fog VFX Knowledge Base
      • 📖Smoke & Fog Documentation
      • 📸Video Tutorials
  • 🏡Environments
    • 🌃 Cyberpunk City
      • Level Instance
      • Tech Tools
    • 🏰Modular Castle & Dungeon
      • Documentation
      • Trailer
    • 🏘️Modular Rural Town
      • Documentation
      • Trailer
Powered by GitBook
On this page
  1. Code Systems
  2. Ultimate Building System Framework (UBS)

Proxy Behaviour

A Proxy Behaviour is a convenient way to create templates for your proxies. These classes contain a data set that allows you to easily modify the behavior of the proxy.

When selecting a Proxy Behaviour, you can override its behavior by adjusting values in the Buildable Definition. These changes will only apply to that specific Buildable Definition, allowing for customized behavior on a per-buildable basis.

Properties

  • TraceBehaviour: Defines the trace behavior for the proxy, allowing you to customize how it traces during placement.

  • ProxyLocationOffset: Specifies the location offset for the proxy, allowing you to adjust its position relative to the buildable.

  • PlacementConditions: A list of conditions that must be met for the proxy to be placed. These conditions are customizable for each buildable.

  • PostBuildEvents: A list of events that will trigger after the buildable has been placed, allowing you to set up additional behavior after placement.

PreviousDependenciesNextTrace Behaviour

Last updated 7 months ago

💻
⚒️