#include <ArticyEditorFunctionLibrary.h>
FArticyEditorFunctionLibrary provides static functions for handling Articy data imports and asset management.
◆ EnsureImportDataAsset()
| EImportDataEnsureResult FArticyEditorFunctionLibrary::EnsureImportDataAsset |
( |
UArticyImportData ** | ImportData | ) |
|
|
static |
Ensures that the Articy import data asset is valid and available. Generates a new import data asset if necessary.
- Parameters
-
- Returns
- The result of the ensure operation.
Ensures that the Articy import data asset is valid and available. Generates a new import data asset if necessary.
- Parameters
-
| ImportData | A pointer to a pointer of the Articy import data object. |
- Returns
- The result of the ensure operation.
◆ ForceCompleteReimport()
| int32 FArticyEditorFunctionLibrary::ForceCompleteReimport |
( |
UArticyImportData * | ImportData = nullptr | ) |
|
|
static |
Forces a complete reimport of the Articy data, resetting all hashes and package definitions.
- Parameters
-
- Returns
- The number of changes reimported, or -1 if the operation failed.
Forces a complete reimport of the Articy data. Resets all hashes and package definitions, ensuring that all changes are reimported.
- Parameters
-
| ImportData | The Articy import data object to reimport. |
- Returns
- The number of changes reimported, or -1 if the operation failed.
◆ RegenerateAssets()
| int32 FArticyEditorFunctionLibrary::RegenerateAssets |
( |
UArticyImportData * | ImportData = nullptr | ) |
|
|
static |
Regenerates assets from the given Articy import data.
- Parameters
-
- Returns
- -1 if the operation failed.
Regenerates assets from the given Articy import data.
- Parameters
-
| ImportData | The Articy import data object from which assets are regenerated. |
- Returns
- -1 if the operation failed.
◆ ReimportChanges()
| int32 FArticyEditorFunctionLibrary::ReimportChanges |
( |
UArticyImportData * | ImportData = nullptr | ) |
|
|
static |
Reimports changes from the Articy data without resetting all data.
- Parameters
-
- Returns
- The number of changes reimported, or -1 if the operation failed.
Reimports changes from the Articy data without resetting all data.
- Parameters
-
| ImportData | The Articy import data object to reimport. |
- Returns
- The number of changes reimported, or -1 if the operation failed.
The documentation for this class was generated from the following files: