Choose your operating system:
Windows
macOS
Linux
| FGCObject
|
Module |
|
Header |
/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangeManager.h |
Include |
#include "InterchangeManager.h" |
class FImportResult : protected FGCObject
Name | Description | ||
---|---|---|---|
|
OnImportDone |
||
|
OnImportDoneNative |
||
|
OnObjectDone |
Internal delegates (use the FImportAssetParameters when calling the interchange import functions to set those) |
|
|
OnObjectDoneNative |
Name | Description | |
---|---|---|
|
FImportResult() |
|
|
FImportResult ( |
|
|
FImportResult ( |
Name | Description | |
---|---|---|
|
~FImportResult() |
Name | Description | ||
---|---|---|---|
|
AddImportedObject ( |
Adds an asset to the list of imported assets. |
|
|
UObject *... |
GetFirstAssetOfClass ( |
Helper to get the first asset of a certain class. Use when expecting a single asset of that class to be imported since the order isn't deterministic. |
|
const TArray... |
GetImportedObjects() |
Assets are only made available once they have been completely imported (passed through the entire import pipeline) While the status isn't EStatus::Done, the list can grow between subsequent calls. |
|
UInterchange... |
GetResults() |
Return the results of this asset import operation. |
|
GetStatus() |
||
|
IsValid() |
||
|
OnDone |
Callback when the status switches to done. |
|
|
SetDone() |
||
|
SetInProgress() |
||
|
WaitUntilDone() |
Name | Description | ||
---|---|---|---|
|
AddReferencedObjects ( |
FGCObject interface |
|
|
GetReferencerName() |
Use this method to report a name for your referencer. |
Name | Description | ||
---|---|---|---|
|
FImportResul... |
operator= ( |
|
|
FImportResul... |
operator= ( |
Name |
Description |
|
---|---|---|
|
EStatus |