Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/IGeometryCollectionCustomDataInt-
Overloads
| 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 |
SetCustomInstanceData(int32, float)
Description
Set value to a custom instance data slot by index. The value will be set for all instances the renderer is spawning.
| Name | SetCustomInstanceData |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionExternalRenderInterface.h |
| Include Path | #include "GeometryCollection/GeometryCollectionExternalRenderInterface.h" |
void SetCustomInstanceData
(
int32 CustomDataIndex,
float CustomDataValue
)
SetCustomInstanceData(FName, float)
Description
Set value a custom instance data slot by name. The value will be set for all instances the renderer is spawning.
| Name | SetCustomInstanceData |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionExternalRenderInterface.h |
| Include Path | #include "GeometryCollection/GeometryCollectionExternalRenderInterface.h" |
void SetCustomInstanceData
(
FName CustomDataName,
float CustomDataValue
)