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