Tala Esenlikler
Entry Presentation

Entry ID

Stable id for the entry, e.g., use as a row key for animated list updates.

Interaction Framework 1.0.0 UE5.8 FName FInteractionUIEntryPresentation InteractionViewModel.h

Stable id for the entry, e.g., use as a row key for animated list updates.

This name identifier (FName) belongs to FInteractionUIEntryPresentation under InteractionUI.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

Owner FInteractionUIEntryPresentation
Module InteractionFrameworkAPI
Category InteractionUI
UPROPERTY(BlueprintReadOnly, Category = "InteractionUI")
FName EntryId = NAME_None;

Related Docs