Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISMPartition
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMComponentData.h |
| Include | #include "ISMPartition/ISMComponentData.h" |
Syntax
struct FISMComponentInstance
Remarks
Represents one component instance with a mapping back to the Client instance. The should be a 1 to 1 relationship between those and the actual Component instances. (equal count)
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ClientIndex | Client Index in the AISMPartitionActor | |
| int32 | InstanceIndex | Instance Index in the FISMClientData struct | |
| int32 | InstanceSubIndex | Instance Index in the FISMClientInstance struct |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FISMComponentInstance
(
const int32& InClientIndex, |