![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GeometryCollectionToDynamicMesh.h>
Classes | |
| struct | FMeshInfo |
| struct | FToCollectionOptions |
| struct | FToMeshOptions |
Public Types | |
| enum class | EInvisibleFaceConversion : uint8 { Skip , TagWithPolygroup } |
Public Member Functions | |
| MESHCONVERSIONENGINETYPES_API bool | Init (const FManagedArrayCollection &Collection, const FToMeshOptions &Options) |
| MESHCONVERSIONENGINETYPES_API bool | InitFromTransformSelection (const FManagedArrayCollection &Collection, TConstArrayView< int32 > TransformIndices, const FToMeshOptions &Options) |
| MESHCONVERSIONENGINETYPES_API bool | UpdateGeometryCollection (FGeometryCollection &Collection, const FToCollectionOptions &Options) const |
Static Public Member Functions | |
| static MESHCONVERSIONENGINETYPES_API int32 | AppendMeshToCollection (FGeometryCollection &Collection, const FDynamicMesh3 &Mesh, const FTransform &MeshTransform, const FToCollectionOptions &Options) |
| static MESHCONVERSIONENGINETYPES_API FName | InternalFacePolyGroupName () |
| static MESHCONVERSIONENGINETYPES_API FName | VisibleFacePolyGroupName () |
Public Attributes | |
| TArray< FMeshInfo > | Meshes |
|
static |
| bool UE::Geometry::FGeometryCollectionToDynamicMeshes::Init | ( | const FManagedArrayCollection & | Collection, |
| const FToMeshOptions & | Options | ||
| ) |
| bool UE::Geometry::FGeometryCollectionToDynamicMeshes::InitFromTransformSelection | ( | const FManagedArrayCollection & | Collection, |
| TConstArrayView< int32 > | TransformIndices, | ||
| const FToMeshOptions & | Options | ||
| ) |
|
static |
| bool UE::Geometry::FGeometryCollectionToDynamicMeshes::UpdateGeometryCollection | ( | FGeometryCollection & | Collection, |
| const FToCollectionOptions & | Options | ||
| ) | const |
|
static |