UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FISMComponentInstance Struct Reference

#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
 

Detailed Description

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)

Constructor & Destructor Documentation

◆ FISMComponentInstance() [1/2]

FISMComponentInstance::FISMComponentInstance ( const int32 InClientIndex,
const int32 InInstanceIndex,
const int32 InInstanceSubIndex 
)
inline

◆ FISMComponentInstance() [2/2]

FISMComponentInstance::FISMComponentInstance ( )
inline

Member Data Documentation

◆ ClientIndex

int32 FISMComponentInstance::ClientIndex

Client Index in the AISMPartitionActor

◆ InstanceIndex

int32 FISMComponentInstance::InstanceIndex

Instance Index in the FISMClientData struct

◆ InstanceSubIndex

int32 FISMComponentInstance::InstanceSubIndex

Instance Index in the FISMClientInstance struct


The documentation for this struct was generated from the following file: