Giter Site home page Giter Site logo

uegamebaseframework's Introduction

UE4GameBaseFramework

Conditional Event System

The conditional event system is a GAS based system that waits for certain triggers and then applies outcomes.

GBF Conditional Event Subsystem

The system uses a World Subsystem that exposes functions to Activate or Deactivate Events or Event Groups. These functions should be used by the user to start tracking events and wait for their outcomes.

GBF Conditional Event Group Data

This data asset holds an array of Events to be activated. A blueprint data asset should be created to pass to the functions of the Conditional Event Subsystem.

GBF Conditional Event Ability

This Gameplay Ability that allows to specify Triggers. When all of these triggers have been triggered, the event ExecuteOutcomes will be called. This function can be added to the blueprint editor to specify the outcomes. Blueprint GA's should be created to either store in the Conditional Event Group Data or to be directly passed to the Conditional Event Subsystem.

GBF Conditional Trigger

This trigger has an Activate and Deactivate function, which are automatically called by the Conditional Event Ability. It also has a OnTriggeredDelegate which is used to determine if a trigger has been triggered by the system.

This class should be inherited from for as many cases as needed, but can only be done in C++. To inherit correctly, one should implement both Activate and Deactivate.

There are already two child classes:

  • GBF Time Passed Trigger, which triggers its delegate after a certain amount of time.
  • GBF Trigger Box Trigger, which waits until a trigger box has been triggered to trigger its delegate.

uegamebaseframework's People

Contributors

eldoir avatar theemidee avatar wannesvanhooste avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.