Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FInstanceUpdateCmdBuffer
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PrimitiveInstanceUpdateCommand.h |
| Include | #include "PrimitiveInstanceUpdateCommand.h" |
Syntax
struct FInstanceUpdateCommand
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSelected | ||
| TArray< float > | CustomDataFloats | ||
| FColor | HitProxyColor | ||
| int32 | InstanceId | Unique identifier for this instance. | |
| int32 | InstanceIndex | The index of this instance into the ISM array of instances. | |
| FVector2D | LightmapUVBias | ||
| FMatrix | PreviousXForm | ||
| FVector2D | ShadowmapUVBias | ||
| EUpdateCommandType | Type | ||
| FMatrix | XForm |