Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
All factories must be registered with the manager. @Param Factory - The UClass of the factory you want to register. @Note If you register the same class multiple time, this returns true for every call.
| Name | RegisterFactory |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
bool RegisterFactory
(
const UClass * Factory
)
true if the factory class can be registered, or false otherwise.