
Descrizione
Easily parse, load, save, and manage TOML data straight from your Unreal Engine Blueprints with the Screaming Cat TOML Plugin. Whether you’re storing configuration files or game data, this plugin gives you powerful yet simple tools to integrate TOML into your workflow. The included UTomlValue class makes it effortless to build, modify, and iterate over TOML data without leaving the Blueprint environment. It’s a perfect solution for anyone looking to streamline external data handling while keeping things more human readable than Json.
Features
Intuitive Parsing: Parse TOML strings into structured data with a single Blueprint node.
File Loading & Saving: Conveniently load or save TOML files from disk, with optional file dialog prompts.
Blueprint Integration: Create, modify, and explore your TOML data entirely through Blueprint calls.
Custom Data Container: Use UTomlValue to handle booleans, integers, floats, strings, tables, or arrays.
Flexible Directory Handling: Browse and list .toml files in relative or absolute paths.
Error Checking: Receive straightforward logs when trying to add keys or elements to the wrong data type.
Time-Saving: Avoid writing your own file parsing and focus on the fun parts of development.

