Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Experimental/Interchange/Core/Public/InterchangeTranslatorBase.h |
Include |
#include "InterchangeTranslatorBase.h" |
class UInterchangeTranslatorBase : public UObject
Name | Description | ||
---|---|---|---|
|
TObjectPtr< UIn... |
Results |
|
|
TObjectPtr< con... |
SourceData |
Name | Description | ||
---|---|---|---|
|
T * |
AddMessage() |
This function is used to add the given message object directly into the results for this operation. |
|
AddMessage ( |
||
|
CanImportSourceData ( |
Return true if the translator can translate the given source data. |
|
|
const UInter... |
GetSourceData() |
Get the associated source data for this translator. |
|
ImportFinish() |
This function is call when the import is done (FImportAsyncHelper::CleanUp) and we are cleaning the data. |
|
|
ReleaseSource() |
Release source is called when we do not need anymore the translator source and also early in the cancel process. |
|
|
SetResultsContainer ( |
||
|
Translate ( |
Translate the associated source data into node(s) that are hold in the specified nodes container. |