|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyTexts.h>
Public Member Functions | |
| void | ImportFromJson (const TSharedPtr< FJsonObject > &Json) |
Public Attributes | |
| TMap< FString, FArticyTextDef > | Content |
| FString | Context = "" |
Struct representing a collection of texts in Articy.
| void FArticyTexts::ImportFromJson | ( | const TSharedPtr< FJsonObject > & | Json | ) |
Imports text data from a JSON object.
| Json | A shared pointer to the JSON object containing the text data. |
Imports text definitions from a JSON object.
| Json | The JSON object containing text definitions. |
| TMap<FString, FArticyTextDef> FArticyTexts::Content |
A map of text names to their definitions
| FString FArticyTexts::Context = "" |
The context of the texts