A collection of utility nodes to boost your blueprint productivity with Unreal Engine projects.
Marketplace • Suggestions / Issues • Contact
- Easy setup - Simply install and enable, no configuration required.
- Format String - The power of Format Text for non-localized strings.
- Print String Formatted - Print debug strings with built-in formatting of parameters.
The Format String node is a string-based equivalent to Unreal's built-in Format Text node. It is intended to be used in cases where the flexibility of Format Text is desired without the burden of having to use FText, such as for debug logging. Advantages include:
- The same powerful "
{}
" argument syntax. - No casting from Text to String.
Format
string is not localized, so you won't forget to turn it off.- Supports Enum arguments without having to cast to String.
- Supports Integer64 arguments.
Print String Formatted offers a convenient experience for printing debug strings with values.
It is essentially a Format String and Print String node in one.
Simply use the same "{}
" syntax to add argument pins.
- Use the "Free" button to obtain the plugin.
- Install the plugin using the Epic Games Launcher:
- Go to the Unreal Engine tab.
- Open the Library tab and scroll down to the Vault section.
- Find the plugin and click "Install to Engine" (restart the launcher if it hasn't appeared yet).
- After installation, open your project and enable the plugin:
- Edit > Plugins
- Installed > Sirius
- Check the "Enabled" checkbox of the Sirius Utility Nodes plugin.
- Restart the editor.
- Create a "Plugins" folder in your project.
- Clone this repo in your Plugins folder.
- Enable the plugin found under Project > Sirius.
I appreciate all contributions. Examples of how you can help:
- If you have a bug or idea, please open an 'issue' in the issues tab.
- If you want to contribute to the code, feel free to fork the project and create a pull request.
- Feel free to contact me via Twitter or open an issue if you want to discuss things first.
The source code of this plugin is licensed under the standard MIT License.