UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DatasmithMeshSerialization.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "DatasmithCore.h"
6
7#include "Containers/Array.h"
9#include "MeshDescription.h"
10#include "Misc/SecureHash.h"
11#include "DatasmithCloth.h" // UE_DEPRECATED(5.5, "The experimental Cloth importer is no longer supported.")
12
13#define UE_API DATASMITHCORE_API
14
15class FArchive;
16
17
26
33
35
36
37
39struct UE_DEPRECATED(5.5, "The experimental Cloth importer is no longer supported.") DATASMITHCORE_API FDatasmithClothInfo
40{
43};
44
45struct UE_DEPRECATED(5.5, "The experimental Cloth importer is no longer supported.") DATASMITHCORE_API FDatasmithPackedCloths
46{
48
50};
51
52UE_DEPRECATED(5.5, "The experimental Cloth importer is no longer supported.")
55
56#undef UE_API
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
DATASMITHCORE_API FDatasmithPackedCloths GetDatasmithClothFromFile(const FString &Path)
Definition DatasmithMeshSerialization.cpp:460
#define UE_API
Definition DatasmithMeshSerialization.h:13
DATASMITHCORE_API FDatasmithPackedMeshes GetDatasmithMeshFromFile(const FString &MeshPath)
Definition DatasmithMeshSerialization.cpp:340
FArchive & operator<<(FArchive &Ar, FEnvQueryDebugProfileData::FStep &Data)
Definition EnvQueryTypes.cpp:489
#define PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition GenericPlatformCompilerPreSetup.h:12
#define PRAGMA_DISABLE_DEPRECATION_WARNINGS
Definition GenericPlatformCompilerPreSetup.h:8
Definition Archive.h:1208
Definition Array.h:670
Definition DatasmithMeshSerialization.h:19
friend FArchive & operator<<(FArchive &Ar, FDatasmithMeshModels &Models)
Definition DatasmithMeshSerialization.cpp:15
bool bIsCollisionMesh
Definition DatasmithMeshSerialization.h:21
FString MeshName
Definition DatasmithMeshSerialization.h:20
TArray< FMeshDescription > SourceModels
Definition DatasmithMeshSerialization.h:22
Definition DatasmithMeshSerialization.h:28
TArray< FDatasmithMeshModels > Meshes
Definition DatasmithMeshSerialization.h:29
Definition SecureHash.h:133