Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
| Name | IGeometryCollectionCustomDataInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionExternalRenderInterface.h |
| Include Path | #include "GeometryCollection/GeometryCollectionExternalRenderInterface.h" |
Syntax
class IGeometryCollectionCustomDataInterface
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetCustomInstanceData
(
int32 CustomDataIndex, |
Set value to a custom instance data slot by index. | GeometryCollection/GeometryCollectionExternalRenderInterface.h | |
void SetCustomInstanceData
(
FName CustomDataName, |
Set value a custom instance data slot by name. | GeometryCollection/GeometryCollectionExternalRenderInterface.h |