![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) | |
|
strong |
|
strong |
| ENUM_CLASS_FLAGS | ( | EInterchangeTranslatorAssetType | ) |