Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/UGeometryCollection
Description
Attach a Static Mesh exemplar for embedded geometry, if that mesh has not already been attached. Return the exemplar index.
| Name | AttachEmbeddedGeometryExemplar |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionObject.h |
| Include Path | #include "GeometryCollection/GeometryCollectionObject.h" |
| Source | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionObject.cpp |
int32 AttachEmbeddedGeometryExemplar
(
const UStaticMesh * Exemplar
)