|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyImportData.h>
Static Public Member Functions | |
| static UADIHierarchyObject * | CreateFromJson (UObject *Outer, const TSharedPtr< FJsonObject > JsonObject) |
Public Attributes | |
| FString | Id |
| FString | TechnicalName |
| FString | Type |
| TArray< UADIHierarchyObject * > | Children |
Represents a hierarchy object in the Articy import data.
|
static |
Creates a hierarchy object from a JSON object.
| Outer | The outer object. |
| JsonObject | The JSON object representing the hierarchy. |