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

#include <ArticyTexts.h>

Public Member Functions

void ImportFromJson (const TSharedPtr< FJsonValue > &Json)

Public Attributes

FString Text = ""
FString VoAsset = ""

Detailed Description

Struct representing a text definition in Articy.

Member Function Documentation

◆ ImportFromJson()

void FArticyTextDef::ImportFromJson ( const TSharedPtr< FJsonValue > & Json)

Imports text definition data from a JSON value.

Parameters
JsonA shared pointer to the JSON value containing the text definition.

Imports text data from a JSON value.

Parameters
JsonThe JSON value containing text data.

Member Data Documentation

◆ Text

FString FArticyTextDef::Text = ""

The text content

◆ VoAsset

FString FArticyTextDef::VoAsset = ""

The associated VO (Voice Over) asset


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