13 lines
323 B
C++
13 lines
323 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#include "InterchangeTextureWriter.h"
|
|
|
|
#include "Nodes/InterchangeBaseNodeContainer.h"
|
|
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(InterchangeTextureWriter)
|
|
|
|
bool UInterchangeTextureWriter::Export(UInterchangeBaseNodeContainer* BaseNodeContainer) const
|
|
{
|
|
return false;
|
|
}
|
|
|