#include <InstancedStaticMeshDelegates.h>
◆ EInstanceIndexUpdateType
| Enumerator |
|---|
| Added | An instance has been added
|
| Removed | An instance has been removed
|
| Relocated | An instance has been relocated within the array of instances
|
| Cleared | All instances have been removed
|
| Destroyed | All instances have been removed, and the component is being destroyed
|
◆ DECLARE_MULTICAST_DELEGATE_TwoParams()
Delegate called when the index of the instances within an ISM are updated.
- Note
- : This is only fired for instances added or removed via the various Add/Remove/ClearInstances functions, and not for instances updated via serialization or undo/redo.
◆ OnInstanceIndexUpdated
| FInstancedStaticMeshDelegates::FOnInstanceIndexUpdated FInstancedStaticMeshDelegates::OnInstanceIndexUpdated |
|
static |
The documentation for this struct was generated from the following files: