Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangeManager.h |
Include |
#include "InterchangeManager.h" |
Source |
/Engine/Source/Runtime/Experimental/Interchange/Engine/Private/InterchangeManager.cpp |
Any factory must register to the manager Factory - The UClass of the factory you want to register @note 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.