Linked group id used when PointKind is LinkedGroup.
This interaction identifier (FInteractionRuntimeLinkedGroupId) belongs to FInteractionRuntimePointDefinition under InteractionRuntime|LinkedGroup.
Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.
Keep identifier values stable once content ships because saved state, prompt routing, and authored references may depend on them.
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|LinkedGroup", meta = (EditCondition = "PointKind == EInteractionRuntimePointKind::LinkedGroup", EditConditionHides))
FInteractionRuntimeLinkedGroupId LinkedGroupId;