Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection > API/Runtime/GeometryCollectionEngine/GeometryCollection/FGeometryCollect-_9 > API/Runtime/GeometryCollectionEngine/GeometryCollection/FGeometryCollect-_9/AppendGeometryCo-_2
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionEngineConversion.h |
| Include | #include "GeometryCollection/GeometryCollectionEngineConversion.h" |
| Source | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionEngineConversion.cpp |
static void AppendGeometryCollection
(
const UGeometryCollection * SourceGeometryCollection,
const UGeometryCollectionComponent * GeometryCollectionComponent,
const FTransform & GeometryCollectionTransform,
UGeometryCollection * TargetGeometryCollectionObject,
bool ReindexMaterials
)
Remarks
Appends a GeometryCollection to a GeometryCollectionComponent.
Parameters
| Name | Description |
|---|---|
| GeometryCollectionComponent | : Const GeometryCollection to read vertex/normals/index data from |
| GeometryCollectionTransform | : GeometryCollection transform. |
| TargetGeometryCollection | : Collection to append the GeometryCollection into. |