Navigation
API > API/Plugins > API/Plugins/GeometryCollectionEditor > API/Plugins/GeometryCollectionEditor/FGeometryCollectionConversion
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AppendGeometryCollection
(
const UGeometryCollection* SourceGeometryCollection, |
Appends a GeometryCollection to a GeometryCollectionComponent. | GeometryCollection/GeometryCollectionConversion.h | |
static void AppendGeometryCollection
(
const UGeometryCollection* SourceGeometryCollection, |
Appends a GeometryCollection to a GeometryCollectionComponent. | GeometryCollection/GeometryCollectionConversion.h |
AppendGeometryCollection(const UGeometryCollection , const TArray< UMaterialInterface > &, const FTransform &, UGeometryCollection *, bool)
Description
Appends a GeometryCollection to a GeometryCollectionComponent.
| Name | AppendGeometryCollection |
| 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 AppendGeometryCollection
(
const UGeometryCollection * SourceGeometryCollection,
const TArray < UMaterialInterface * > & Materials,
const FTransform & GeometryCollectionTransform,
UGeometryCollection * TargetGeometryCollectionObject,
bool ReindexMaterials
)
Parameters
| Name | Remarks |
|---|---|
| SourceGeometryCollection | : Const GeometryCollection to read vertex/normals/index data from |
| Materials | : Materials fetched from the GeometryCollectionComponent used to configure this geometry |
| GeometryCollectionTransform | : GeometryCollection transform. |
| TargetGeometryCollection | : Collection to append the GeometryCollection into. |
AppendGeometryCollection(const UGeometryCollection , const UGeometryCollectionComponent , const FTransform &, UGeometryCollection *, bool)
Description
Appends a GeometryCollection to a GeometryCollectionComponent.
| Name | AppendGeometryCollection |
| 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 AppendGeometryCollection
(
const UGeometryCollection * SourceGeometryCollection,
const UGeometryCollectionComponent * GeometryCollectionComponent,
const FTransform & GeometryCollectionTransform,
UGeometryCollection * TargetGeometryCollectionObject,
bool ReindexMaterials
)
Parameters
| Name | Remarks |
|---|---|
| GeometryCollectionComponent | : Const GeometryCollection to read vertex/normals/index data from |
| GeometryCollectionTransform | : GeometryCollection transform. |
| TargetGeometryCollection | : Collection to append the GeometryCollection into. |