Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FInstancedStaticMeshDelegates |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/InstancedStaticMeshDelegates.h |
| Include Path | #include "InstancedStaticMeshDelegates.h" |
Syntax
struct FInstancedStaticMeshDelegates
Structs
| Name | Remarks |
|---|---|
| FInstanceIndexUpdateData |
Enums
Public
| Name | Remarks |
|---|---|
| EInstanceIndexUpdateType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnInstanceIndexUpdated | TMulticastDelegate_TwoParams< void, UInstancedStaticMeshComponent *, TArrayView< const FInstanceIndexUpdateData > > | Delegate called when the index of the instances within an ISM are updated. | InstancedStaticMeshDelegates.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnInstanceIndexUpdated | FOnInstanceIndexUpdated | InstancedStaticMeshDelegates.h |