Giter Site home page Giter Site logo

w4bremer / template-unreal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apigear-io/template-unreal

0.0 0.0 0.0 3.98 MB

Technology template for Unreal Engine

License: MIT License

Shell 0.16% C++ 93.29% C 0.51% Go 0.18% C# 0.84% Smarty 4.82% Batchfile 0.19%

template-unreal's Introduction

Epic Games Unreal Engine template

This is a code generation template for the ApiGear integration suite. It generates an Unreal Engine C++ plugin with full blueprint support based on an object API model and eases the integration of external data into any Unreal Engine project.

Check out the quick start documentation. For more details on ApiGear please visit apigear.io or the ApiGear documentation.

Output - Unreal Engine plugin

Technologies

We aim for full feature parity between usage from within Blueprints or UE C++.

Client Service Network Client Network Service Simulation Client
Blueprint ✔️ ✔️ ✔️ ✔️ (v3.x and later) ✔️
UE C++ ✔️ ✔️ ✔️ ✔️ (v3.x and later) ✔️

💡 Explanation

An API has two sides. One client side which usually consumes events, data or triggers functions. And the service side which produces the data, events to be consumed by the client or reacts to function calls.

In modern architectures these two sides are often distributed in a network. Therefore the plugin can also connect to remote services as a network client.

Furthermore, the plugin can also be connected as simulation client to ApiGears simulation tools. More information

Compatibility

The generated plugin code is regularly tested in these configurations:

platform UE4.25 UE4.27 UE5.2
Windows ✔️ (until v2.x) ✔️ ✔️
Linux ✔️ (until v2.x) ✔️ ✔️

Code Generation Features

The template offers the following feature switches which can be enabled during code generation:

  • api: create interface files and an abstract implementation
  • stubs: create a stub implementation in C++ with some test cases
  • plugin: create a fully functional plugin with including the stub implementations and tests
  • monitor: create a thin decorator class which can be used to log traffic going through API layer
  • olink: create the adaption layer for the OLink protocol. This can be used to connect to the simulation.

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.