ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
FArticyTexts Struct Reference

#include <ArticyTexts.h>

Public Member Functions

void ImportFromJson (const TSharedPtr< FJsonObject > &Json)

Public Attributes

TMap< FString, FArticyTextDefContent
FString Context = ""

Detailed Description

Struct representing a collection of texts in Articy.

Member Function Documentation

◆ ImportFromJson()

void FArticyTexts::ImportFromJson ( const TSharedPtr< FJsonObject > & Json)

Imports text data from a JSON object.

Parameters
JsonA shared pointer to the JSON object containing the text data.

Imports text definitions from a JSON object.

Parameters
JsonThe JSON object containing text definitions.

Member Data Documentation

◆ Content

TMap<FString, FArticyTextDef> FArticyTexts::Content

A map of text names to their definitions

◆ Context

FString FArticyTexts::Context = ""

The context of the texts


The documentation for this struct was generated from the following files:
  • Source/ArticyEditor/Public/ArticyTexts.h
  • Source/ArticyEditor/Private/ArticyTexts.cpp