|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyImportData.h>
Public Member Functions | |
| FString | GetCPPTypeString () const |
| FString | GetCPPValueString () const |
| void | ImportFromJson (const TSharedPtr< FJsonObject > JsonVar) |
Public Attributes | |
| FString | Variable |
| EArticyType | Type = EArticyType::ADT_String |
| FString | Description |
| bool | BoolValue = false |
| int | IntValue = 0 |
| FString | StringValue |
A single global variable definition.
| FString FArticyGVar::GetCPPTypeString | ( | ) | const |
Returns the UArticyVariable type to be used for this variable.
Retrieves the C++ type string representation for the global variable.
| FString FArticyGVar::GetCPPValueString | ( | ) | const |
Retrieves the C++ value string representation for the global variable.
| void FArticyGVar::ImportFromJson | ( | const TSharedPtr< FJsonObject > | JsonVar | ) |
Imports global variable data from a JSON object.
| JsonVar | The JSON object representing the variable. |