Tala Esenlikler
Command Definition

Row Kind

Row role in the command list, e.g., Command for gameplay or MoreMarker for paging boundaries.

Interaction Framework 1.0.0 UE5.7 EInteractionRuntimeCommandRowKind FInteractionRuntimeCommandDefinition InteractionRuntimeTargetDefinition.h

Row role in the command list, e.g., Command for gameplay or MoreMarker for paging boundaries.

This enum selection (EInteractionRuntimeCommandRowKind) belongs to FInteractionRuntimeCommandDefinition under InteractionRuntime|Row.

Command rows can become prompt entries. MoreMarker rows split authored command ranges; runtime paging then filters out ranges that contain no displayable commands.

Owner FInteractionRuntimeCommandDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|Row
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Row")
EInteractionRuntimeCommandRowKind RowKind = EInteractionRuntimeCommandRowKind::Command;

Related Docs