UInterchangeManager::RegisterFactory

Any factory must register to the manager Factory - The [UClass](API\Runtime\CoreUObject\UObject\UClass) of the factory you want to register

Choose your operating system:

Windows

macOS

Linux

References

Module

InterchangeEngine

Header

/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangeManager.h

Include

#include "InterchangeManager.h"

Source

/Engine/Source/Runtime/Experimental/Interchange/Engine/Private/InterchangeManager.cpp

Syntax

bool RegisterFactory
(
    const UClass * Factory
)

Remarks

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

Returns

true if the factory class can be register false otherwise.