Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Mesh > API/Plugins/InterchangeImport/Mesh/UInterchangeStaticMeshFactory
- UInterchangeFactoryBase::BuildObject_GameThread()
- UInterchangeStaticMeshFactory::BuildObject_GameThread()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Mesh/InterchangeStaticMeshFactory.h |
| Include | #include "Mesh/InterchangeStaticMeshFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Mesh/InterchangeStaticMeshFactory.cpp |
virtual void BuildObject_GameThread
(
const FSetupObjectParams & Arguments,
bool & OutPostEditchangeCalled
)
Remarks
Build the asset if it can be built.
@Param Arguments - The setup object data. @Param OutPostEditchangeCalled - Set it to true if your implementation has called PostEditChange. Set it to false, interchange will call PostEditChange at the end of the import.
-
This function is called when starting the pre-completion task.
-
The default implementation for asset that do not have any build step is to call PostEditChange and set OutPostEditchangeCalled to true.