Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
bool RegisterFactory
&40;
const UClass &42; Factory
&41;
Remarks
Any factory must register to the manager Factory - The UClass of the factory you want to register if you register multiple time the same class it will return true for every call true if the factory class can be register false otherwise.