Input action used by a More marker to move to the next displayable page.
This object/class reference (TSoftObjectPtr<UInputAction>) belongs to FInteractionRuntimeCommandDefinition under InteractionRuntime|Input.
The runtime skips empty or fully hidden pages, so this action may jump across one or more authored marker ranges to reach the next page with displayable commands.
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Input", meta = (DisplayThumbnail = false, EditCondition = "RowKind == EInteractionRuntimeCommandRowKind::MoreMarker", EditConditionHides))
TSoftObjectPtr<UInputAction> NextInputAction;