Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/FGeometryCollectionEngineConvers-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ConvertGeometryCollectionToGeometryCollection
(
const TObjectPtr< UGeometryCollection > InGeometryCollectionAssetPtr, |
Converts a UGeometryCollection asset to an FManagedArrayCollection, and arrays of materials and instanced meshes | GeometryCollection/GeometryCollectionEngineConversion.h | |
static void ConvertGeometryCollectionToGeometryCollection
(
const TObjectPtr< UGeometryCollection > InGeometryCollectionAssetPtr, |
GeometryCollection/GeometryCollectionEngineConversion.h |
ConvertGeometryCollectionToGeometryCollection(const TObjectPtr< UGeometryCollection >, FManagedArrayCollection &, TArray< TObjectPtr< UMaterial > > &, TArray< FGeometryCollectionAutoInstanceMesh > &)
Description
Converts a UGeometryCollection asset to an FManagedArrayCollection, and arrays of materials and instanced meshes
| Name | ConvertGeometryCollectionToGeometryCollection |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionEngineConversion.h |
| Include Path | #include "GeometryCollection/GeometryCollectionEngineConversion.h" |
| Source | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionEngineConversion.cpp |
static void ConvertGeometryCollectionToGeometryCollection
(
const TObjectPtr < UGeometryCollection > InGeometryCollectionAssetPtr,
FManagedArrayCollection & OutCollection,
TArray < TObjectPtr < UMaterial > > & OutMaterials,
TArray < FGeometryCollectionAutoInstanceMesh > & OutInstancedMeshes
)
Parameters
| Name | Remarks |
|---|---|
| GeometryCollection | : UGeometryCollection input to convert |
| OutCollection | : FGeometryCollection output |
| OutMaterials | : Materials from the UGeometryCollection |
| OutInstancedMeshes | : InstancedMeshes |
ConvertGeometryCollectionToGeometryCollection(const TObjectPtr< UGeometryCollection >, FManagedArrayCollection &, TArray< TObjectPtr< UMaterialInterface > > &, TArray< FGeometryCollectionAutoInstanceMesh > &)
| Name | ConvertGeometryCollectionToGeometryCollection |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionEngineConversion.h |
| Include Path | #include "GeometryCollection/GeometryCollectionEngineConversion.h" |
| Source | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionEngineConversion.cpp |
static void ConvertGeometryCollectionToGeometryCollection
(
const TObjectPtr < UGeometryCollection > InGeometryCollectionAssetPtr,
FManagedArrayCollection & OutCollection,
TArray < TObjectPtr < UMaterialInterface > > & OutMaterialInstances,
TArray < FGeometryCollectionAutoInstanceMesh > & OutInstancedMeshes
)