Giter Club home page Giter Club logo

codecksunreal's Introduction

Codecks.io User Report Plugin for Unreal Engine 5

  • Currently only 5.0+ is supported

Setup

Either clone into your Projects (or Engine) Plugin folder (or any subfolder in it.) for example: Plugins\CodecksUnreal\ Or download & extract into such a path.

After installing the plugin should be enabled by default, but make sure it is by going to Edit/Plugins in the Editor and look for CodecksUnreal. Then go to your project settings and add the generated report token to the settings.

๐Ÿ’ก If you want to provide a build specific report token you can utilize

a) BuildGraph with

<ModifyConfig File="$(UnrealProjectPath)\Config\DefaultGame.ini" Section="/Script/CodecksUnreal.CodecksSettings" Key="ReportToken" Value="YOUR_NEW_REPORT_TOKEN" />

b) Use a shell command sed to do so

Usage

The plugin is designed for both C++ and Blueprint usage. Since a bug report involves UI it is advised to utilize UMG/UserWidgets for it as well.

Blueprint

First construct a CodecksUserReportRequest in Blueprint and assign values. All properties can be changed later, and some are optional (like e-mail).

To send the request use the PostUserReport node in blueprint.

To listen for the upload progress directly you can bind to the delegate `` of CodecksUserReportRequest

Further Example

In the project I tested it on the BP looks kind of like that:

Directly C++

If for some reason you want to use it purely in Cpp, you can use the API implementation directly.

You can also use the PostUserReport object in Cpp, which will handle most of the stuff behind the scenes. You can also just use the CodecksUserReportRequest object directly using more of the exposed functionality (or extend it).

UCodecksUserReportRequest* NewUserReport = NewObject<UCodecksUserReportRequest>();

// Just sending it off and not caring
NewUserReport->CreateReport();

// Sending off and handling updates/errors/completion
NewUserReport->CreateReport([](UCodecksUserReportRequest* Update) {}); 

License

Distributed under the MIT License (MIT) (See accompanying file LICENSE.md (or copy at http://opensource.org/licenses/MIT)

codecksunreal's People

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.