Tala Esenlikler
Target Definition

Linked Groups

Shared linked groups referenced by linked-group points.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionRuntimeLinkedGroupDefinition> UInteractionRuntimeTargetDefinition InteractionRuntimeTargetDefinition.h

Shared linked groups referenced by linked-group points.

This array (TArray<FInteractionRuntimeLinkedGroupDefinition>) belongs to UInteractionRuntimeTargetDefinition 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.

Order can matter when the owning workflow evaluates entries sequentially or displays them in authored order.

Owner UInteractionRuntimeTargetDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|LinkedGroup
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|LinkedGroup")
TArray<FInteractionRuntimeLinkedGroupDefinition> LinkedGroups;

Related Docs