Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FInstancedStaticMeshDelegates
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/InstancedStaticMeshDelegates.h |
| Include | #include "InstancedStaticMeshDelegates.h" |
Syntax
struct FInstanceIndexUpdateData
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Index | The index of the affected instance, when Type==Added, Type==Removed or Type==Relocated. | |
| int32 | OldIndex | The previous index of the affected instance, when Type==Relocated. | |
| EInstanceIndexUpdateType | Type | The type of this update operation. |