Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UInstancedStaticMeshComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h |
| Include | #include "Components/InstancedStaticMeshComponent.h" |
Syntax
enum EInstanceDeletionReason
{
NotDeleting,
EntryAlreadyRemoved,
EntryRemoval,
Clearing,
}
Values
| Name | Description |
|---|---|
| NotDeleting | |
| EntryAlreadyRemoved | There is currently no deletion in progress. |
| EntryRemoval | The instance has been deleted externally. Data synchronization in progress. |
| Clearing | The instance is being removed. All instances are being removed. |
Remarks
The reason why a deletion operation is currently happening.