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

#include <ArticyBaseTypes.h>

Inheritance diagram for FArticyStdString:
FArticyMultiLanguageString

Public Member Functions

 FArticyStdString (const TSharedPtr< FJsonValue > &Json)

Public Attributes

FText Text

Detailed Description

A string that is not localized.

Constructor & Destructor Documentation

◆ FArticyStdString()

FArticyStdString::FArticyStdString ( const TSharedPtr< FJsonValue > & Json)

Constructs an FArticyStdString from a JSON value.

Constructs an FArticyStdString from a JSON value.

Parameters
JsonThe JSON value to construct the string from.

Member Data Documentation

◆ Text

FText FArticyStdString::Text

The text content of the string.


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