|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyImportData.h>
Public Member Functions | |
| void | ImportFromJson (const TArray< TSharedPtr< FJsonValue > > *Json) |
Public Attributes | |
| TArray< FAIDScriptMethod > | ScriptMethods |
A collection of user-defined script methods.
| void FAIDUserMethods::ImportFromJson | ( | const TArray< TSharedPtr< FJsonValue > > * | Json | ) |
Imports user-defined script methods from a JSON array.
| Json | The JSON array representing the script methods. |