Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/IDatasmithHierarchicalInstancedS-
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include | #include "IDatasmithSceneElements.h" |
void ReserveSpaceForInstances
&40;
int32 NumIntances
&41;
Remarks
Reserve memory for a number of instance.
Parameters
| Name | Description |
|---|---|
| NumInstances | The number of instance. This reduce the overall time needed to add a large number of instances. |