Navigation
API > API/Plugins > API/Plugins/GeometryCollectionEditor > API/Plugins/GeometryCollectionEditor/FGeometryCollectionConversion
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AppendStaticMesh
(
const UStaticMesh* StaticMesh, |
Appends a static mesh to a GeometryCollectionComponent. | GeometryCollection/GeometryCollectionConversion.h | |
static void AppendStaticMesh
(
const UStaticMesh* StaticMesh, |
Appends a static mesh to a GeometryCollectionComponent. | GeometryCollection/GeometryCollectionConversion.h |
AppendStaticMesh(const UStaticMesh , const TArray< UMaterialInterface > &, const FTransform &, UGeometryCollection *, bool)
Description
Appends a static mesh to a GeometryCollectionComponent.
| Name | AppendStaticMesh |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionConversion.h |
| Include Path | #include "GeometryCollection/GeometryCollectionConversion.h" |
| Source | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Private/GeometryCollection/GeometryCollectionConversion.cpp |
static void AppendStaticMesh
(
const UStaticMesh * StaticMesh,
const TArray < UMaterialInterface * > & Materials,
const FTransform & StaticMeshTransform,
UGeometryCollection * GeometryCollectionObject,
bool ReindexMaterials
)
Parameters
| Name | Remarks |
|---|---|
| StaticMesh | : Const mesh to read vertex/normals/index data from |
| Materials | : Materials fetched from the StaticMeshComponent used to configure this geometry |
| StaticMeshTransform | : Mesh transform. |
| GeometryCollection | : Collection to append the mesh into. |
AppendStaticMesh(const UStaticMesh , const UStaticMeshComponent , const FTransform &, UGeometryCollection *, bool)
Description
Appends a static mesh to a GeometryCollectionComponent.
| Name | AppendStaticMesh |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionConversion.h |
| Include Path | #include "GeometryCollection/GeometryCollectionConversion.h" |
| Source | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Private/GeometryCollection/GeometryCollectionConversion.cpp |
static void AppendStaticMesh
(
const UStaticMesh * StaticMesh,
const UStaticMeshComponent * StaticMeshComponent,
const FTransform & StaticMeshTransform,
UGeometryCollection * GeometryCollection,
bool ReindexMaterials
)
Parameters
| Name | Remarks |
|---|---|
| StaticMeshComponent | : Const mesh to read vertex/normals/index data from |
| StaticMeshTransform | : Mesh transform. |
| GeometryCollection | : Collection to append the mesh into. |