Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/InstancedStaticMesh
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/InstancedStaticMesh/ISMInstanceUpdateChangeSet.h |
| Include | #include "InstancedStaticMesh/ISMInstanceUpdateChangeSet.h" |
Syntax
class FIdentityDeltaRange
Remarks
Helper to make it possible to use the same paths for scattering through the remap...
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIdentityDeltaRange
(
int32 InNum |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FConstIterator | GetIterator () |
||
| int32 | GetNumItems () |
Returns the number of items in this range - i.e., the number of items that need to be copied to collect an update. | |
| bool | IsDelta () |
||
| bool | IsEmpty () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FConstIterator |