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 void AppendSkeleton
&40;
const USkeleton &42; Skeleton,
const FTransform & SkeletalMeshTransform,
FManagedArrayCollection &42; InCollection
&41;
Remarks
Appends a skeleton mesh to a GeometryCollection.
Parameters
| Name | Description |
|---|---|
| USkeleton | : Const mesh to read vertex/normals/index data from |
| SkeletalMeshTransform | : Mesh transform. |
| GeometryCollection | : Collection to append the mesh into. |