UInterchangeManager::FindPipelineCandidate

Find all Pipeline candidate (c++, blueprint and python).

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

void FindPipelineCandidate
(
    TArray< UClass * > & PipelineCandidates
)

Remarks

Find all Pipeline candidate (c++, blueprint and python). SourceData - The source data for which we search a translator.

Returns

return a matching translator or nullptr if there is no match.