🥔
Fries Library Documentation
  • 👋Fries Library Documentation
  • Overview
    • 💡Getting Start
    • ✨Blueprint Nodes
  • C++
    • 🛠️Getting Start with C++
    • 🖥️Custom Improvements
Powered by GitBook
On this page
  • Fries Library | Input | Key
  • Fries Library | Internationalization
  1. C++

Custom Improvements

PreviousGetting Start with C++

Last updated 1 year ago

Maybe the plugin doesn't meet all your needs, so with that in mind, here's a guide on how to add some things you might need.

Fries Library | Input | Key

Go to Plugins/FriesLibrary Content/FriesLibrary/Data/Inputs and open DT_InputKeys

Add other row with custom names, key and image.

Fries Library | Internationalization

Step 1: Go to FriesLibraryTypes.h
Step 2: Find EFlLanguages

You can add other languages ​​anywhere within EFlLanguages, like the example below.

Step 3: Go to FriesLibraryBPLibrary.cpp
Step 4: Find GetLanguage() and SetLanguage() function

After this, now go to FriesLibraryBPLibrary.cpp

And add the language you want, how the image below

🖥️