UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define PREDECLARE_GEOMETRY(TypeName)
Definition GeometryBase.h:14
void Init()
Definition LockFreeList.h:4
Definition GeometryCollection.h:32
Definition NameTypes.h:617
Definition UniquePtr.h:107
Definition DynamicMesh3.h:108
Definition ParametricSurfaceData.h:18
Definition ManagedArrayCollection.h:56
Definition GeometryCollectionToDynamicMesh.h:19
TUniquePtr< FDynamicMesh3 > Mesh
Definition GeometryCollectionToDynamicMesh.h:23
int32 TransformIndex
Definition GeometryCollectionToDynamicMesh.h:21
FTransform Transform
Definition GeometryCollectionToDynamicMesh.h:25
Definition GeometryCollectionToDynamicMesh.h:50
int32 NewMeshParentIndex
Definition GeometryCollectionToDynamicMesh.h:59
bool bDefaultFaceInternal
Definition GeometryCollectionToDynamicMesh.h:54
bool bAllowAppendAsRoot
Definition GeometryCollectionToDynamicMesh.h:56
bool bDefaultFaceVisible
Definition GeometryCollectionToDynamicMesh.h:52
Definition GeometryCollectionToDynamicMesh.h:39
FTransform Transform
Definition GeometryCollectionToDynamicMesh.h:40
bool bWeldVertices
Definition GeometryCollectionToDynamicMesh.h:42
EInvisibleFaceConversion InvisibleFaces
Definition GeometryCollectionToDynamicMesh.h:46
bool bSaveIsolatedVertices
Definition GeometryCollectionToDynamicMesh.h:43
bool bInternalFaceTagsAsPolygroups
Definition GeometryCollectionToDynamicMesh.h:45
Definition GeometryCollectionToDynamicMesh.h:17
TArray< FMeshInfo > Meshes
Definition GeometryCollectionToDynamicMesh.h:28
static MESHCONVERSIONENGINETYPES_API FName VisibleFacePolyGroupName()
Definition GeometryCollectionToDynamicMesh.cpp:749
EInvisibleFaceConversion
Definition GeometryCollectionToDynamicMesh.h:33
MESHCONVERSIONENGINETYPES_API bool UpdateGeometryCollection(FGeometryCollection &Collection, const FToCollectionOptions &Options) const
Definition GeometryCollectionToDynamicMesh.cpp:369
static MESHCONVERSIONENGINETYPES_API FName InternalFacePolyGroupName()
Definition GeometryCollectionToDynamicMesh.cpp:745
static MESHCONVERSIONENGINETYPES_API int32 AppendMeshToCollection(FGeometryCollection &Collection, const FDynamicMesh3 &Mesh, const FTransform &MeshTransform, const FToCollectionOptions &Options)
Definition GeometryCollectionToDynamicMesh.cpp:468
MESHCONVERSIONENGINETYPES_API bool InitFromTransformSelection(const FManagedArrayCollection &Collection, TConstArrayView< int32 > TransformIndices, const FToMeshOptions &Options)
Definition GeometryCollectionToDynamicMesh.cpp:287