![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ISMComponentData.h>
Public Member Functions | |
| FISMComponentInstance (const int32 &InClientIndex, const int32 &InInstanceIndex, const int32 &InInstanceSubIndex) | |
| FISMComponentInstance () | |
Public Attributes | |
| int32 | ClientIndex |
| int32 | InstanceIndex |
| int32 | InstanceSubIndex |
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)
|
inline |
|
inline |
| int32 FISMComponentInstance::ClientIndex |
Client Index in the AISMPartitionActor
| int32 FISMComponentInstance::InstanceIndex |
Instance Index in the FISMClientData struct
| int32 FISMComponentInstance::InstanceSubIndex |
Instance Index in the FISMClientInstance struct