Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UGeometryCollectionBlueprintLibrary
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionBlueprintLibrary.h |
| Include | #include "GeometryCollection/GeometryCollectionBlueprintLibrary.h" |
Syntax
UCLASS (Meta=(ScriptName="GeometryCollectionLibrary"))
class UGeometryCollectionBlueprintLibrary : public UBlueprintFunctionLibrary
Remarks
Blueprint library for Geometry Collections.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetCustomInstanceDataByIndex
(
UGeometryCollectionComponent* GeometryCollectionComponent, |
Set a custom instance data value for all instances associated with a geometry collection. | |
| void | SetCustomInstanceDataByName
(
UGeometryCollectionComponent* GeometryCollectionComponent, |
Set a custom instance data value for all instances associated with a geometry collection. | |
| void | SetISMPoolCustomInstanceData
(
UGeometryCollectionComponent* GeometryCollectionComponent, |