UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InterchangeTranslatorBase.h File Reference
#include "Containers/Array.h"
#include "Containers/UnrealString.h"
#include "CoreMinimal.h"
#include "CoreTypes.h"
#include "InterchangeResult.h"
#include "InterchangeResultsContainer.h"
#include "InterchangeSourceData.h"
#include "Misc/AssertionMacros.h"
#include "Nodes/InterchangeBaseNodeContainer.h"
#include "UObject/Object.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ObjectPtr.h"
#include "UObject/UObjectGlobals.h"
#include "InterchangeTranslatorBase.generated.h"

Go to the source code of this file.

Classes

class  UInterchangeTranslatorSettings
 
class  UInterchangeTranslatorBase
 

Namespaces

namespace  UE
 
namespace  UE::Interchange
 

Enumerations

enum class  EInterchangeTranslatorType : uint8 { Invalid = 0 , Assets = 1 << 1 , Actors = 1 << 2 , Scenes = Assets | Actors }
 
enum class  EInterchangeTranslatorAssetType : uint8 {
  None = 0x0 , Textures = 0x1 << 0 , Materials = 0x1 << 1 , Meshes = 0x1 << 2 ,
  Animations = 0x1 << 3 , Sounds = 0x1 << 4 , Grooms = 0x1 << 5
}
 

Functions

 ENUM_CLASS_FLAGS (EInterchangeTranslatorAssetType)
 

Enumeration Type Documentation

◆ EInterchangeTranslatorAssetType

Enumerator
None 
Textures 
Materials 
Meshes 
Animations 
Sounds 
Grooms 

◆ EInterchangeTranslatorType

Enumerator
Invalid 
Assets 
Actors 
Scenes 

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EInterchangeTranslatorAssetType  )