Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/SMInstance
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceElementId.h |
| Include | #include "Elements/SMInstance/SMInstanceElementId.h" |
Syntax
struct FSMInstanceElementId
Remarks
ID for a specific instance within an ISM, mapped from the instance ID used by typed elements.
The specific implementation of instance IDs for typed elements is considered private and may change without warning! Use the FSMInstanceElementIdMap functions to convert this struct to/from a FSMInstanceId rather than access this data directly!
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | InstanceId | ||
| UInstancedStaticMeshComponent * | ISMComponent |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSMInstanceElementId& InRHS |
||
| bool | operator==
(
const FSMInstanceElementId& InRHS |