Digital Dungeon Assets Docs
  • Welcome to the Magic Spell system docs
  • Getting Started
    • Welcome
    • Quick Start Migrating to existing Project
    • Quick Start Using Demo Character
    • Quick Start integration to ALS
  • Spell System
    • Components
    • Spell Component Overview
    • Stats Component Overview
    • Targeting Component
    • UI Component
    • Animation Notifiers
    • Damage Types
    • The Data Table
    • Function Library
    • Interfaces
    • Macro Library
    • Spells
    • UI
    • Multiplayer
  • VFX
    • Page 1
Powered by GitBook
On this page
  1. Spell System

Function Library

PreviousThe Data TableNextInterfaces

Last updated 8 months ago

The Function Library

A collection of useful functions you can use anywhere

Box Trace Forward

Quickly does a box trace in the forward vector

Get Bone

Gets the bone transform of the given skeletal mesh

Ann Unique Targets

Used in combination with Hit result arrays, filters out duplicate results

Multi Box Trace Forward

Same as box trace forward but hits multiple actors

Get Closest Target

Finds the closest target to the referenced actor

Get Closest Target To Location

Same as get closest target but with a vector as reference

Box Trace in Direction

Box trace in the given direction (Up Down Left Right)