Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection > API/Runtime/GeometryCollectionEngine/GeometryCollection/FGeometryCollect-_9
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 int32 AppendMaterials
(
const TArray < UMaterialInterface * > & Materials,
UGeometryCollection * GeometryCollectionObject,
bool bAddInteriorCopy
)
Remarks
Appends materials to a GeometryCollectionComponent.
Parameters
| Name | Description |
|---|---|
| Materials | : Materials fetched from the StaticMeshComponent used to configure this geometry |
| GeometryCollection | : Collection to append the mesh into. |