Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
All writers must be registered with the manager, @Param Writer - The UClass of the writer you want to register, @Note If you register the same class multiple time, this returns true for every call.
| Name | RegisterWriter |
| 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 RegisterWriter
(
const UClass * Writer
)
true if the writer class can be registered, or false otherwise.