Tala Esenlikler
Linked Group ID

Value

Gameplay tag that names the linked group, e.g., Interaction.LinkedGroup.DoorPanel.

Interaction Framework 1.0.0 UE5.8 FGameplayTag FInteractionRuntimeLinkedGroupId InteractionRuntimeTargetDefinition.h

Gameplay tag that names the linked group, e.g., Interaction.LinkedGroup.DoorPanel.

This gameplay tag value (FGameplayTag) belongs to FInteractionRuntimeLinkedGroupId 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.

Owner FInteractionRuntimeLinkedGroupId
Module InteractionFrameworkRuntime
Category InteractionRuntime|LinkedGroup
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|LinkedGroup", meta = (Categories = "Interaction.LinkedGroup"))
FGameplayTag Value;

Related Docs