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 RegisterWriter
&40;
const UClass &42; Writer
&41;
Remarks
Any writer must register to the manager Writer - The UClass of the writer you want to register if you register multiple time the same class it will return true for every call true if the writer class can be register false otherwise.