Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ALightWeightInstanceManager
Description
Adds a new instance at the specified index. This function should only be called by AddNewInstance. Provided to allow subclasses to update their per instance data
Derived Overrides
| Name | AddNewInstanceAt |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/LightWeightInstanceManager.h |
| Include Path | #include "GameFramework/LightWeightInstanceManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LightWeightInstanceManager.cpp |
virtual void AddNewInstanceAt
(
FLWIData * InitData,
int32 Index
)