Gameplay-tag identifier for a command that can be executed from an interaction point.
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionRuntimeCommandId
Properties
Command ID
FGameplayTag Value
Gameplay tag that names the command. Use cases: - Bind command-specific icons or localized text in UI. - Compare the selected prompt against a known command before starting custom Blueprint behavior.