Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- FGCObject
- FImportResult
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
Syntax
class FImportResult : protected FGCObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnImportDoneDynamic | OnImportDone | ||
| FOnImportDoneNative | OnImportDoneNative | ||
| FOnObjectImportDoneDynamic | OnObjectDone | Internal delegates. To set these, use the FImportAssetParameters when calling the Interchange import functions. | |
| FOnObjectImportDoneNative | OnObjectDoneNative |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImportResult
(
FImportResult&& |
|||
FImportResult
(
const FImportResult& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddImportedObject
(
UObject* ImportedObject |
Adds an asset to the list of imported assets. | |
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
FGCObject interface | |
| UObject * | GetFirstAssetOfClass
(
UClass* InClass |
Helper to get the first asset of a certain class. Use when expecting a single asset of that class to be imported, because the order isn't deterministic. | |
| const TArray< UObject * > & | Assets are only made available once they have been completely imported (passed through the entire import pipeline). | ||
| FString | |||
| UInterchangeResultsContainer * | GetResults () |
Return the results of this asset import operation. | |
| EStatus | GetStatus () |
||
| bool | IsValid () |
||
| void | OnDone
(
TFunction< void(FImportResult&) > Callback |
Callback when the status switches to done. | |
| void | SetAsyncHelper
(
TWeakPtr< class FImportAsyncHelper > InAsyncHelper |
Set the async helper that own this import result. | |
| void | SetDone () |
||
| void | |||
| void | WaitUntilDone
(
bool bSynchronous |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FImportResult & | operator=
(
FImportResult&& |
||
| FImportResult & | operator=
(
const FImportResult& |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EStatus |