UInterchangeManager::RegisterWriter

Any writer must register to the manager Writer - The [UClass](API\Runtime\CoreUObject\UObject\UClass) of the writer 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 RegisterWriter
(
    const UClass * Writer
)

Remarks

Any writer must register to the manager Writer - The UClass of the writer you want to register @note if you register multiple time the same class it will return true for every call

Returns

true if the writer class can be register false otherwise.