Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBase
Description
Do any UObject setup required before the build and after all dependency UObjects have been imported.
- This function is called when starting the pre-completion task (before asset build is called for the asset).
| Name | SetupObject_GameThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeFactoryBase.h |
| Include Path | #include "InterchangeFactoryBase.h" |
virtual void SetupObject_GameThread
(
const FSetupObjectParams & Arguments
)