#include <ArticyImportData.h>
|
| void | ImportFromJson (const TSharedPtr< FJsonObject > JsonRoot) |
|
bool | DidObjectDefsOrGVsChange () const |
|
bool | DidScriptFragmentsChange () const |
|
void | SetObjectDefinitionsRebuilt () |
|
void | SetScriptFragmentsRebuilt () |
|
void | SetObjectDefinitionsNeedRebuild () |
|
void | SetScriptFragmentsNeedRebuild () |
|
|
FString | set_TextFormatter = "" |
| bool | set_UseScriptSupport = false |
|
FString | set_IncludedNodes = "" |
|
FArticyId | RuleSetId |
|
FString | ExportVersion = "" |
|
FString | GlobalVariablesHash = "" |
|
FString | ObjectDefinitionsHash = "" |
|
FString | ObjectDefinitionsTextHash = "" |
|
FString | ScriptFragmentsHash = "" |
|
FString | HierarchyHash = "" |
|
FString | ScriptMethodsHash = "" |
|
|
bool | set_Localization = false |
The Settings object in the .json file.
◆ ImportFromJson()
| void FAdiSettings::ImportFromJson |
( |
const TSharedPtr< FJsonObject > | JsonRoot | ) |
|
Imports settings from a JSON object.
- Parameters
-
| Json | The JSON object to import from. |
◆ set_UseScriptSupport
| bool FAdiSettings::set_UseScriptSupport = false |
If this is false, no ExpressoScripts class is generated, and script fragments are not evaluated/executed.
The documentation for this struct was generated from the following files:
- Source/ArticyEditor/Public/ArticyImportData.h
- Source/ArticyEditor/Private/ArticyImportData.cpp